decode_four_hex_digits

Function decode_four_hex_digits 

Source
fn decode_four_hex_digits(a: u8, b: u8, c: u8, d: u8) -> Option<u16>