iternextfunc

Type Alias iternextfunc 

Source
pub type iternextfunc = unsafe extern "C" fn(*mut PyObject) -> *mut PyObject;