Function atexit

pub unsafe extern "C" fn atexit(
    __func: Option<unsafe extern "C" fn()>,
) -> i32
Available on crate feature dep_sdl2 only.