Function pyo3_ffi::PyVectorcall_Call
source ยท pub unsafe extern "C" fn PyVectorcall_Call(
callable: *mut PyObject,
tuple: *mut PyObject,
dict: *mut PyObject,
) -> *mut PyObject
Available on non-
Py_LIMITED_API
and Py_3_8
only.