Type Definition pyo3_ffi::iternextfunc

source · []
pub type iternextfunc = unsafe extern "C" fn(arg1: *mut PyObject) -> *mut PyObject;