Function PyObject_VectorcallDict
pub unsafe extern "C" fn PyObject_VectorcallDict(
callable: *mut PyObject,
args: *const *mut PyObject,
nargsf: usize,
kwdict: *mut PyObject,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.