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