__wcsncat
extern wchar_t *__wcsncat(wchar_t *dest, const wchar_t *src, size_t srcLength);
B_DEFINE_WEAK_ALIAS(__wcsncat, wcsncat);