__wcscmp
extern int __wcscmp(const wchar_t *wcs1, const wchar_t *wcs2);
B_DEFINE_WEAK_ALIAS(__wcscmp, wcscmp);