pub unsafe extern "C" fn PyEval_CallMethod( obj: *mut PyObject, methodname: *const i8, format: *const i8, ... ) -> *mut PyObject
Py_3_13