wcscoll_l
extern int wcscoll_l(const wchar_t *wcs1, const wchar_t *wcs2, locale_t locale);
B_DEFINE_WEAK_ALIAS(__wcscoll_l, wcscoll_l);