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