pub unsafe extern "C" fn JS_GetStringCharAt(
    cx: *mut JSContext,
    str_: *mut JSString,
    index: usize,
    res: *mut u16
) -> bool