Function _PySet_NextEntry
pub unsafe extern "C" fn _PySet_NextEntry(
set: *mut PyObject,
pos: *mut isize,
key: *mut *mut PyObject,
hash: *mut isize,
) -> i32Available on crate feature
tls and non-Py_LIMITED_API only.