Fix invalid function cast warnings with gcc 8 for method conventions different from METH_NOARGS, METH_O and METH_VARARGS in Argument Clinic generated code.
This adds C versions of methods used by ABCMeta that improve performance of various ABC operations.