Type Definition iternextfunc
swim_python3_sys::object
type iternextfunc = unsafe extern "C" fn(arg1: *mut PyObject) -> *mut PyObject;