Type Definition pyo3::ffi::vectorcallfunc[][src]

pub type vectorcallfunc = unsafe extern "C" fn(callable: *mut PyObject, args: *const *mut PyObject, nargsf: size_t, kwnames: *mut PyObject) -> *mut PyObject;
This is supported on Py_3_8 only.