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