Function rquickjs_core::qjs::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