macro_rules! header {
    ($f:expr, $name:expr, $tag:expr) => { ... };
    ($f:expr, $name:expr) => { ... };
}