macro_rules! patch_attributes {
    ($prefix:literal, $($attribute_type:ty),* $(,)?) => { ... };
}