pyo3_ffi

Function 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.