Function mozjs_sys::jsapi::JS_NewUint32ArrayWithBuffer
source ยท pub unsafe extern "C" fn JS_NewUint32ArrayWithBuffer(
cx: *mut JSContext,
arrayBuffer: Handle<*mut JSObject>,
byteOffset: usize,
length: i64,
) -> *mut JSObject