[][src]Type Definition pyo3::ffi::PyVectorcall_Call

type PyVectorcall_Call = unsafe extern "C" fn(obj: *mut PyObject, tuple: *mut PyObject, dict: *mut PyObject) -> *mut PyObject;