macro_rules! impl_unit_helper {
    ($mod_name:ident, $type_name:ident) => { ... };
}