macro_rules! gen_contract {
    ($contract:path, $name:literal) => { ... };
}