wcscoll_l
int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
ret = wcscoll_l(w1, w2, locale);
return wcscoll_l(ws1, ws2, __get_locale());