pyo3_ffi

Type Alias iternextfunc

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