pub type ControlHook = Box<dyn FnMut(&[u8]) + Send>;
Hook invoked with a received Ping/Pong payload.
pub struct ControlHook(/* private fields */);