FexportArrayBufferView
Bun

function

ffi.exportArrayBufferView

arrayBufferView: ArrayBufferView,
pointer: bigint,
length: number
): void;

Copies bytes from an ArrayBufferView into native memory.

length must be at least arrayBufferView.byteLength.

pointer must refer to writable native memory with at least length bytes of available storage. This function does not allocate memory on its own.