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