wcsncat
wchar_t *wcsncat(wchar_t * __restrict, const wchar_t * __restrict, size_t);
#define Strncat(d, s, n) wcsncat(d, s, n)