smi_textconv_cmp
int smi_textconv_cmp(struct textconv *, struct textconv *);
RB_PROTOTYPE(textconvtree, textconv, tc_entry, smi_textconv_cmp);
RB_GENERATE(textconvtree, textconv, tc_entry, smi_textconv_cmp);