Macro expand_round

Source
macro_rules! expand_round {
    ($t1:expr, $t3:expr, $round:expr) => { ... };
}