Function hirofa_quickjs_sys::JS_NewUint8ArrayCopy

source ยท
pub unsafe extern "C" fn JS_NewUint8ArrayCopy(
    ctx: *mut JSContext,
    buf: *const u8,
    len: usize,
) -> JSValue