Function mozjs::jsapi::JS_DefineUCProperty1
source ยท pub unsafe extern "C" fn JS_DefineUCProperty1(
cx: *mut JSContext,
obj: Handle<*mut JSObject>,
name: *const u16,
namelen: usize,
desc: Handle<PropertyDescriptor>,
) -> bool