devela::_dep::pyo3::ffi

Type Alias iternextfunc

pub type iternextfunc = unsafe extern "C" fn(_: *mut PyObject) -> *mut PyObject;
Available on crate features dep_pyo3 and std only.