pub fn parse_bmp_common_header(
    data: &mut Bytes
) -> Result<BmpCommonHeader, ParserBmpError>