Function pyo3::ffi::PyVectorcall_Function
source · [−]pub unsafe fn PyVectorcall_Function(
callable: *mut PyObject
) -> Option<unsafe extern "C" fn(*mut PyObject, *const *mut PyObject, usize, *mut PyObject) -> *mut PyObject>This is supported on
Py_3_8 and non-PyPy only.