rb_pop
int rb_pop(struct rbtree __arena *rbtree, u64 *key, u64 *value);
ret = rb_pop(rbtree, &key, &value);
ret = rb_pop(rbtree, NULL, &value);