pub unsafe fn JS_StringEqualsAscii1( cx: &mut JSContext, str_: *mut JSString, asciiBytes: *const c_char, length: usize, match_: *mut bool, ) -> bool