compare_attributes
int cmp = compare_attributes(oldAttr, newAttr);
return compare_attributes(*(const Attribute**)_a, *(const Attribute**)_b);
return compare_attributes(a->GetCurrentAttribute(),
qsort(attributes, count, sizeof(Attribute*), compare_attributes);