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