macro_rules! unwrap_node {
    ($n:expr, $( $ty:tt ),+) => { ... };
}