macro_rules! generate_option_accessors { ($store:ident, $prefix:ident; $($field:ident : $type:ty),* $(,)?) => { ... }; }