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 PyObject
Available on Py_3_9 and neither PyPy nor GraalPy only.