pub unsafe extern "C" fn JS_DefineProperty1( cx: *mut JSContext, obj: Handle<*mut JSObject>, name: *const c_char, getter: JSNative, setter: JSNative, attrs: c_uint, ) -> bool