wcwidth
# define wcwidth(x) (((x) >= 0x20 && (x) <= 0x7e) ? 1 : -1)
#define wcwidth(_c) __wcwidth(_c)
#undef wcwidth
wcwidth(wchar_t wc)