mvwinnwstr
mvwinnwstr(WINDOW *win, int y, int x, wchar_t *ws, int n)
#define mvwinnwstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:winnwstr(w,wcs,n))
#define mvwinnwstr(w, y, x, wcs, n) \
#undef mvwinnwstr
mvwinnwstr(WINDOW *w, int y, int x, wchar_t *wcs, int n)