pub fn decode_hex(value: &str, bytes: usize) -> Result<Vec<u8>, String>
Decode a fixed-width hexadecimal wire field.
Returns an error unless the input contains exactly bytes hexadecimal bytes.
bytes