pub unsafe extern "C" fn JS_NewUint8Array( ctx: *mut JSContext, buf: *mut u8, len: u64, free_func: Option<unsafe extern "C" fn(*mut JSRuntime, *mut c_void, *mut c_void)>, opaque: *mut c_void, is_shared: bool, ) -> JSValue