macro_rules! declare_interning_memory_report {
    ( $( $name:ident: $ty:ident, )+ ) => { ... };
}