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