macro_rules! inner_option_vec_type {
    (Option<Vec<String>>) => { ... };
}