macro_rules! add_functionality_empty {
    (pub struct $name:ident {}) => { ... };
}