const fn backslash<const N: usize>(a: Char) -> ([Char; N], Range<u8>)
Escapes a character with \x representation.
\x
Returns a buffer with the escaped representation and its corresponding range.