decl_GetArgLength
extern int decl_GetArgLength(decl_t *);
tp->t_nargs = decl_GetArgLength(arglist);
int nargs = decl_GetArgLength(dp);