wcsncpy
wchar_t *wcsncpy(wchar_t * __restrict , const wchar_t * __restrict, size_t);
wcsncpy (name, str, len);
(void) wcsncpy(dest, src, len - 1);