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