pub fn parse_stats_report(
    reader: &mut Cursor<&[u8]>
) -> Result<StatsReport, ParserBmpError>