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