JS_Ext_NewCFunction

Function JS_Ext_NewCFunction 

Source
pub unsafe extern "C" fn JS_Ext_NewCFunction(
    ctx: *mut JSContext,
    func: JSCFunction,
    name: *const c_char,
    length: c_int,
) -> JSValue