pub fn find_node<'a>(node: &'a Node, target: &NodeId) -> Option<&'a Node>
Find a node by ID in a tree, returning a reference to it.