mozjs_sys::jsapi

Function JS_GetStringCharAt

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