Type Alias python3_sys::getiterfunc

source ยท
pub type getiterfunc = unsafe extern "C" fn(arg1: *mut PyObject) -> *mut PyObject;