termio_data
void *termio_data;
termio_winch = mdb_signal_gethandler(SIGWINCH, &termio_data);
termio_winch(SIGWINCH, NULL, NULL, termio_data);
(void) mdb_signal_sethandler(SIGWINCH, termio_winch, termio_data);
struct termio_data;
typedef const char *(*keycb_t)(struct termio_data *, int);
typedef void (*putp_t)(struct termio_data *, const char *, uint_t);