macro_rules! get_registers { ($vp:expr, [$($name:expr),+ $(,)? ] $(,)? ) => { ... }; (@def $_:expr) => { ... }; }