pub fn to_hex_char(c: char) -> Option<char>
Converts a character to its hex representation if possible. Returns None for non-hex-representable alphabetic characters.
None