pub unsafe fn iternextfunc( slf: *mut PyObject, f: for<'py> unsafe fn(Python<'py>, *mut PyObject) -> PyResult<*mut PyObject>, ) -> *mut PyObject