pub unsafe fn JS_DefineUCProperty7( cx: &mut JSContext, obj: Handle<'_, *mut JSObject>, name: *const u16, namelen: usize, value: u32, attrs: c_uint, ) -> bool