pub unsafe fn PyEval_CallObject( func: *mut PyObject, arg: *mut PyObject, ) -> *mut PyObject
Python 3.9
Py_3_13