fn percent_escape_byte_at(chars: &[char], i: usize) -> Option<u8>
The byte a %XX escape at chars[i] decodes to, or None if there isn’t one there.
%XX
chars[i]
None