wmemmove
wchar_t *wmemmove(wchar_t *, const wchar_t *, size_t);
wmemmove(buf, buf + space, indx - space);