Function pyo3::ffi::PyObject_VectorcallMethod
source · pub unsafe extern "C" fn PyObject_VectorcallMethod(
name: *mut PyObject,
args: *const *mut PyObject,
nargsf: usize,
kwnames: *mut PyObject
) -> *mut PyObjectAvailable on
Py_3_9 and non-PyPy only.