macro_rules! num_args {
    () => { ... };
    (: $head:ident $($tail:tt)*) => { ... };
    (# $head:ident $($tail:tt)*) => { ... };
}