macro_rules! entry_init { () => { ... }; ($ava:expr) => { ... }; ($ava:expr, $($item:expr),*) => { ... }; }