types_equiv
int types_equiv(struct symbol *one, struct symbol *two);
return types_equiv(get_real_base_type(one), get_real_base_type(two));