pub unsafe extern "C" fn _Py_PyAtExit(
    func: Option<extern "C" fn(obj: *mut PyObject)>,
    module: *mut PyObject
)