pub fn parse_exact_length( input: &str, expected_len: usize, field_name: &str, ) -> Result<String, ParseError>
Parse a string with exact length requirement