On this page

    M

    ffi.exportArrayBufferView

    History
    ffi.exportArrayBufferView(arrayBufferView, pointer, length): void
    Attributes
    arrayBufferView:ArrayBufferView
    pointer:bigint
    length:number

    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.