hirofa_quickjs_sys

Function JS_NewUint8ArrayCopy

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