macro_rules! internal_component_royalty_entry {
    ($royalty:expr, locked) => { ... };
    ($royalty:expr, updatable) => { ... };
}