Type Alias pyo3_ffi::iternextfunc

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