JS_NewUint8ArrayWithBuffer

Function JS_NewUint8ArrayWithBuffer 

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