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