it_cmp
int it_cmp(struct itype *, struct itype *);
RB_GENERATE(itype_tree, itype, it_node, it_cmp);
return it_cmp(a->it_refp, b->it_refp);