addnwstr
extern NCURSES_EXPORT(int) addnwstr (const wchar_t *, int); /* generated:WIDEC */
#define addwch(_x) addnwstr(&(_x), 1);