fn escape_to_char(chars: &mut Peekable<Chars<'_>>) -> Result<char, Error>
Read an ascii char from 0x00-0x7F endowed in a string as ‘\xXX’ where X is single hex digit.