JS_NewUint32ArrayWithBuffer

Function JS_NewUint32ArrayWithBuffer 

Source
pub unsafe fn JS_NewUint32ArrayWithBuffer(
    cx: &mut JSContext,
    arrayBuffer: Handle<'_, *mut JSObject>,
    byteOffset: usize,
    length: i64,
) -> *mut JSObject