macro_rules! print_children {
    ($structure:ident, $name:expr) => { ... };
}