ast_nth_child
node = ast_nth_child(node, indices[i]);
node = ast_nth_child(node->parent, node->index + 1);