pub unsafe extern "C" fn JS_CopyStringChars(
    cx: *mut JSContext,
    dest: Range<u16>,
    str_: *mut JSString
) -> bool