resize
return resize(gpt, entry, alignment, sectors, size, quiet);
if (scr->scr_dconf->wsemul->resize) {
(*scr->scr_dconf->wsemul->resize)
.resize = NULL,
.resize = NULL,
.resize = wsemul_vt100_resize
void (*resize)(void *, const struct wsscreen_descr *);
resize(fd, BIGSIZE);
resize(fd, SMALLSIZE);
void resize(int, size_t);