Type Alias pyo3_ffi::getiterfunc

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