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