smi_key_cmp
int smi_key_cmp(struct oid *, struct oid *);
RB_PROTOTYPE(keytree, oid, o_keyword, smi_key_cmp)
RB_GENERATE(keytree, oid, o_keyword, smi_key_cmp)
int smi_key_cmp(struct oid *, struct oid *);
RB_GENERATE(keytree, oid, o_keyword, smi_key_cmp);
RB_PROTOTYPE(keytree, oid, o_keyword, smi_key_cmp);