type_IsVarargs
extern int type_IsVarargs(type_t *);
if (type_IsVarargs(dp->d_type))
if (type_IsVarargs(tp)) {