ffi.exportArrayBuffer(arrayBuffer, pointer, length): void
Attributes
Copies bytes from an ArrayBuffer into native memory.
length must be at least arrayBuffer.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.