pub unsafe extern "C" fn _PySet_NextEntry( set: *mut PyObject, pos: *mut isize, key: *mut *mut PyObject, hash: *mut isize, ) -> i32
Py_LIMITED_API