fn scan_escape(chars: &mut Chars<'_>, is_byte: bool) -> Result<char, EscapeError>