pub fn intobyte(a: u8, b: u8) -> Result<u8, ParseHexError>
attemt to convert a pair of bytes from a hexadecimal string into their underlying byte representation.