wcsncat
extern wchar_t *wcsncat(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
using std::wcsncat;
return (wcsncat(s1, s2, n));