ERRSIZE
vsnprintf(h->errmsg, (size_t)ERRSIZE, format, ap);
char msg[ERRSIZE];
char errmsg[ERRSIZE]; /* Most recent error message */