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