Function Py_AtExit

pub unsafe extern "C" fn Py_AtExit(
    func: Option<extern "C" fn()>,
) -> i32
Available on crate features dep_pyo3 and std only.