JS_NewUint8ArrayFromArray

Function JS_NewUint8ArrayFromArray 

Source
pub unsafe extern "C" fn JS_NewUint8ArrayFromArray(
    cx: *mut JSContext,
    array: Handle<*mut JSObject>,
) -> *mut JSObject