pub(crate) type Panic = Box<dyn Any + Send + 'static>;
pub(crate) struct Panic(/* private fields */);