wcsncasecmp_l
extern int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
return (wcsncasecmp_l(s1, s2, n, uselocale(NULL)));