pub unsafe extern "C" fn atexit( __func: Option<unsafe extern "C" fn()>, ) -> c_int
Register a function to be called when `exit’ is called.