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