macro_rules! impl_code_type_for_primitive {
    ($T:ty, $class_name:literal) => { ... };
}