wcwidth_l
extern int wcwidth_l(wchar_t, locale_t);
if ((l = wcwidth_l(wc, loc)) < 0)
return (wcwidth_l(wc, uselocale(NULL)));