pub fn decode_hex_u8(value: u8) -> Option<u8>
Convert a hex u8 char into a u8 value.
Returns None if the char is not a hex char.
None