macro_rules! gen_variant {
    ($($a:tt)*) => { ... };
}