Type Definition pyo3::ffi::iternextfunc [] [src]

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