pub fn parse_openbmp_header(
    data: &mut Bytes
) -> Result<OpenBmpHeader, ParserBmpError>