pub unsafe fn JS_DefinePropertyById7( cx: &mut JSContext, obj: Handle<'_, *mut JSObject>, id: Handle<'_, jsid>, value: i32, attrs: c_uint, ) -> bool