_nc_STRCPY
#define _nc_STRCPY(d,s,n) NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n))
#define _nc_STRCPY(d,s,n) NCURSES_VOID strcpy((d),(s))