Type Definition pyo3::ffi::vectorcallfunc

source · []
pub type vectorcallfunc = unsafe extern "C" fn(*mut PyObject, *const *mut PyObject, usize, *mut PyObject) -> *mut PyObject;
This is supported on Py_3_8 only.