__wcsncpy
extern wchar_t *__wcsncpy(wchar_t *dest, const wchar_t *src, size_t srcLength);
B_DEFINE_WEAK_ALIAS(__wcsncpy, wcsncpy);