macro_rules! define_fixed_size_iter { ($name:ident, $typ:ty, $ityp:ty, $get_len:expr, $get_item:expr) => { ... }; }