macro_rules! kdl_get_child {
    ( $kdl_node:expr, $child_name:expr ) => { ... };
}