macro_rules! for_rows_with_prefix { ($n:expr, $prefix:expr, $out:ident, |$row:ident| $body:block) => { ... }; }