Function pyo3::ffi::PyIter_Send

source ·
pub unsafe extern "C" fn PyIter_Send(
    iter: *mut PyObject,
    arg: *mut PyObject,
    presult: *mut *mut PyObject
)
Available on non-PyPy and Py_3_10 only.