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