dump_nodes
dump_nodes(stream, nodep->left, indent + 2);
dump_nodes(stream, nodep->right, indent + 2);
dump_nodes(stream, s->root, indent);