macro_rules! enable_package_royalties {
    ($($function:ident => $royalty:expr;)*) => { ... };
}