https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84531
Bernd Edlinger <bernd.edlinger at hotmail dot de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernd.edlinger at hotmail dot de --- Comment #1 from Bernd Edlinger <bernd.edlinger at hotmail dot de> --- The suggested wild-card function type for functions taking 2 or more parameters would be something like this: PyObject * (*) (PyObject *, PyObject *, ...); It is still necessary to cast it back to the correct type before calling.