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