wcscoll_l
int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
return wcscoll_l(s1, s2, _current_locale());