pub unsafe extern "C" fn _PyObject_CallMethod_SizeT( o: *mut PyObject, method: *const c_char, format: *const c_char, ... ) -> *mut PyObject
Py_3_13