pub unsafe extern "C" fn NewFunctionWithReserved( cx: *mut JSContext, call: Option<unsafe extern "C" fn(*mut JSContext, u32, *mut Value) -> bool>, nargs: u32, flags: u32, name: *const i8, ) -> *mut JSFunction