pub type sendfunc = unsafe extern "C" fn(iter: *mut PyObject, value: *mut PyObject, result: *mut *mut PyObject) -> PySendResult;Available on
Py_3_10 and neither Py_LIMITED_API nor RustPython only.