Function mozjs_sys::jsapi::JS_DefineUCProperty2

source ยท
pub unsafe extern "C" fn JS_DefineUCProperty2(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    name: *const u16,
    namelen: usize,
    value: Handle<Value>,
    attrs: c_uint,
) -> bool