Function JS_EnqueueJob

Source
pub unsafe extern "C" fn JS_EnqueueJob(
    ctx: *mut JSContext,
    job_func: Option<unsafe extern "C" fn(*mut JSContext, i32, *mut JSValue) -> JSValue>,
    argc: i32,
    argv: *mut JSValue,
) -> i32