pub unsafe extern "C" fn JS_DefineUCProperty6(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    name: *const u16,
    namelen: usize,
    value: i32,
    attrs: u32
) -> bool