pub type ArcPanicHook = Arc<dyn Fn(&PanicHookInfo<'_>) + Sync + Send + 'static>;
pub struct ArcPanicHook { /* private fields */ }