macro_rules! inner_option_type {
    (Option<$type:ty>) => { ... };
}