pub unsafe extern "C" fn JS_NewFunction( cx: *mut JSContext, call: JSNative, nargs: c_uint, flags: c_uint, name: *const c_char, ) -> *mut JSFunction