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