wcswidth_l
extern int wcswidth_l(const wchar_t *, size_t, locale_t);
return (wcswidth_l(pwcs, n, uselocale(NULL)));