pub unsafe extern "C" fn PyIter_NextItem( iter: *mut PyObject, item: *mut *mut PyObject, ) -> c_int
Py_3_14