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 PyObjectAvailable on
Py_3_8 and non-PyPy and crate feature tls only.