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