__nextwctype
extern wint_t __nextwctype(wint_t, wctype_t);
#define nextwctype(c, t) __nextwctype(c, t)