user_compar
RB_GENERATE_STATIC(user_tree, user, tree, user_compar);
static int user_compar(struct user *, struct user *);
RB_PROTOTYPE_STATIC(user_tree, user, tree, user_compar);