pub unsafe extern "C" fn JS_StringEqualsAscii1(
    cx: *mut JSContext,
    str_: *mut JSString,
    asciiBytes: *const i8,
    length: usize,
    match_: *mut bool
) -> bool