macro_rules! type_rust_generator_struct {
    ($cls:ident, $ir_cls:ty) => { ... };
}