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