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