pub type ShutdownHook = Box<dyn FnOnce() + Send>;
Type alias for shutdown hook function.
pub struct ShutdownHook(/* private fields */);