The libc implementation
Marcel Sondaar
Public Domain
wchar_t * wmemset(wchar_t *s,wchar_t c,size_t n)
Fills s with n times the value c
Returns the value of s