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