macro_rules! single_mapping {
    ($ty:ty, $pattern:expr, $option:expr) => { ... };
}