wcwidth
extern int wcwidth(wchar_t wc);
int w = wcwidth(*wcstring++);
result = wcwidth(wc);
result = wcwidth(data[i].wc);