macro_rules! kaktovik_string {
    ($($x:expr),+ $(,)?) => { ... };
}