pub unsafe fn JS_DefineUCProperty2( cx: *mut JSContext, obj: HandleObject<'_>, name: *const u16, namelen: usize, value: Handle<'_, Value>, attrs: c_uint, ) -> bool