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