__regex_iswctype
extern int __regex_iswctype(wint_t, wctype_t);
#define iswctype(c, t) __regex_iswctype((c), (t))