__wmemcmp
extern int __wmemcmp(const wchar_t *wcs1, const wchar_t *wcs2, size_t n);
B_DEFINE_WEAK_ALIAS(__wmemcmp, wmemcmp);