Function _PyObject_MakeTpCall
pub unsafe extern "C" fn _PyObject_MakeTpCall(
tstate: *mut PyThreadState,
callable: *mut PyObject,
args: *const *mut PyObject,
nargs: isize,
keywords: *mut PyObject,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.