Function hirofa_quickjs_sys::JS_EnqueueJob

source ยท
pub unsafe extern "C" fn JS_EnqueueJob(
    ctx: *mut JSContext,
    job_func: JSJobFunc,
    argc: c_int,
    argv: *mut JSValue,
) -> c_int