macro_rules! cfor {
    ($init: stmt; $cond: expr; $step: expr; $body: block) => { ... };
}