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