pub fn parse_block4_fields(
block4: &str,
) -> Result<HashMap<String, Vec<(String, usize)>>>
Expand description
Parse block 4 fields into a field map with enhanced position tracking
This function is generated by the macro system to ensure consistent parsing across all field types and messages.