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