pub fn add_shutdown_hook<F: Fn()>(func: F)where
    F: Send + 'static,