pub fn walk_node(node: &SNode, visitor: &mut impl FnMut(&SNode))
Visit node, then recurse into its children.
node