pub type PanicHook = &'static (dyn Fn(&PanicInfo<'_>) + Send + Sync);
Type for panic hooks.
See set_hook.
set_hook