Function PyVectorcall_Call
pub unsafe extern "C" fn PyVectorcall_Call(
callable: *mut PyObject,
tuple: *mut PyObject,
dict: *mut PyObject,
) -> *mut PyObjectAvailable on
Py_3_8 and crate feature tls only.