pub fn parse_initiation_message(
    data: &mut Bytes
) -> Result<InitiationMessage, ParserBmpError>
Expand description