_rb_find
void *_rb_find(const struct rb_type *, struct rb_tree *, const void *);
return _rb_find(_name##_RBT_TYPE, &head->rbh_root, key); \