macro_rules! declare_name {
    ($name : ident, $filename : ident, $id : path) => { ... };
}