pyo3_ffi

Type Alias sendfunc

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