atexit

Function atexit 

Source
pub unsafe extern "C" fn atexit(
    __func: Option<unsafe extern "C" fn()>,
) -> c_int
Expand description

Register a function to be called when `exit’ is called.