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