macro_rules! unroll24 {
    ($var: ident, $body: block) => { ... };
}