Skip to contents

Copy array from native memory

Usage

ffi_copy_array(ptr, length, element_type)

Arguments

ptr

External pointer to array

length

Integer length of array

element_type

FFIType of array elements