Function PyIter_Send
pub unsafe extern "C" fn PyIter_Send(
iter: *mut PyObject,
arg: *mut PyObject,
presult: *mut *mut PyObject,
) -> PySendResultAvailable on
Py_3_10 and crate feature tls and non-PyPy only.