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