enum member
ffi.FFIType.buffer_length
buffer_length = 21
A TypedArray or DataView whose byte length is passed to the callee as an unsigned 64-bit integer. Pass the same view you passed for a buffer parameter; the engine reads pointer and length off the same object at call time, so the two always agree (an atomic snapshot -- unlike passing view.byteLength yourself). Engine-native only; not supported inside cc().