const fn try_decode_hex_char(c: u8) -> Option<u8>
Try to decode a byte from a hex char.
None will be returned if the input char is hex-invalid.