pub fn check_if_msg_is_processed<'a>(
    tx: &'a TxDatagram,
    rx: &'a mut [RxMessage]
) -> impl Iterator<Item = bool> + 'a