TYPE_CALLOC
TYPE_CALLOC(color_t, maxcolors, SP_PARM->_color_table);
TYPE_CALLOC(colorpair_t, have, sp->_color_pairs);
TYPE_CALLOC(char, (size_t) MAX_ENTRY_SIZE, stringbuf);
TYPE_CALLOC(NCURSES_SBOOL, max(BOOLCOUNT, bool_count), ptr->Booleans);
TYPE_CALLOC(NCURSES_INT2, max(NUMCOUNT, num_count), ptr->Numbers);
TYPE_CALLOC(char *, max(STRCOUNT, str_count), ptr->Strings);
TYPE_CALLOC(char *, need, ptr->ext_Names);