Function hirofa_quickjs_sys::JS_NewCFunction2

source ยท
pub unsafe extern "C" fn JS_NewCFunction2(
    ctx: *mut JSContext,
    func: JSCFunction,
    name: *const c_char,
    length: c_int,
    cproto: JSCFunctionEnum,
    magic: c_int,
) -> JSValue