macro_rules! kvfmt_inner { ([$fmt:expr] [$($args:tt)*]) => { ... }; ([""] [$($args:tt)*] ?$name:expr $(, $($t:tt)*)?) => { ... }; ([""] [$($args:tt)*] $name:expr $(, $($t:tt)*)?) => { ... }; ([$fmt:expr] [$($args:tt)*] ?$name:expr $(, $($t:tt)*)?) => { ... }; ([$fmt:expr] [$($args:tt)*] $name:expr $(, $($t:tt)*)?) => { ... }; }