Function parse_bmp_common_header

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