Function DefineFunctionWithReserved

Source
pub unsafe extern "C" fn DefineFunctionWithReserved(
    cx: *mut JSContext,
    obj: *mut JSObject,
    name: *const i8,
    call: Option<unsafe extern "C" fn(*mut JSContext, u32, *mut Value) -> bool>,
    nargs: u32,
    attrs: u32,
) -> *mut JSFunction