pub fn parse_bmp_common_header(
    reader: &mut DataBytes<'_>
) -> Result<BmpCommonHeader, ParserBmpError>