pub fn intr_memcpy_inline<'c>(
    context: &'c Context,
    dst: Value<'c, '_>,
    src: Value<'c, '_>,
    len: IntegerAttribute<'c>,
    is_volatile: IntegerAttribute<'c>,
    location: Location<'c>
) -> MemcpyInlineOperation<'c>
Expand description

Creates an intr.memcpy.inline operation.