macro_rules! format_smartstring {
    ($($arg:tt)*) => { ... };
}