[][src]Function qjs_sys::JS_NewCFunction2

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