Function hirofa_quickjs_sys::JS_NewUint8Array
source ยท pub unsafe extern "C" fn JS_NewUint8Array(
ctx: *mut JSContext,
buf: *mut u8,
len: usize,
free_func: JSFreeArrayBufferDataFunc,
opaque: *mut c_void,
is_shared: c_int,
) -> JSValue