The libc implementation
Marcel Sondaar
Public Domain
wchar_t *wcscpy(wchar_t * _PDCLIB_restrict s1,const wchar_t * _PDCLIB_restrict s2)
Copies the null terminated wide string s2 to s1
Returns the value of s1