art_insert
struct art_node *art_insert(struct art *, struct art_node *);
node = art_insert(root, &aip->a_node);
prev = art_insert(tbl->r_art, an);