The libc implementation
Marcel Sondaar
Public Domain
wchar_t *wmemcpy(wchar_t * _PDCLIB_restrict s1,const wchar_t * _PDCLIB_restrict s2,size_t n)
Copies the n wide characters from s2 to s1
Returns the value of s1