pub fn find_child_by_kind<'a>(node: Node<'a>, kind: &str) -> Option<Node<'a>>
Find the first child of a node with the given kind.