macro_rules! matches_optionable_restriction {
    ($restrict:ident, $($to_check:expr),+) => { ... };
}