macro_rules! header_opt {
    ($iter:expr, $header:path) => { ... };
}