- nb_rb_get_node(+RBTree, +Key, -Node) is semidet
- True if Node is the node in RBTree associated to Key. Fails if
Key is not in RBTree. This predicate is intended to be used
together with nb_rb_set_node_value/2 to update the associated
key destructively.