pub type OnMessage = Arc<dyn Fn(MIPMessage) + Send + Sync>;
Callback invoked when a message is received
pub struct OnMessage { /* private fields */ }