Function pyo3_ffi::PyIter_Send

source ·
pub unsafe extern "C" fn PyIter_Send(
iter: *mut PyObject,
arg: *mut PyObject,
presult: *mut *mut PyObject
)