pub(crate) type PanicHandler = Box<dyn Fn(usize, Box<dyn Any>) + Send + Sync>;
struct PanicHandler(/* private fields */);