pub unsafe extern "C" fn JS_NewUCStringCopyN(
    cx: *mut JSContext,
    s: *const u16,
    n: usize
) -> *mut JSString