macro_rules! prefix {
    ($NAME:ident $BASE:literal $($SYMBOL:ident)*) => { ... };
}