pub type UntypedHandlerBox = Box<dyn UntypedMsgHandler>;
pub struct UntypedHandlerBox(/* private fields */);