pub fn parse_record(
    src: &[u8],
    file_format: FileFormat
) -> Result<Record, ParseError>