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