RB_FIND
#define RB_FIND(name, x, y) name##_RB_FIND(x, y)
#define RB_FIND(name, root, elm) name##_RB_FIND(root, elm)