pub unsafe extern "C" fn JS_LinearStringEqualsAscii(
    str_: *mut JSLinearString,
    asciiBytes: *const c_char
) -> bool