macro_rules! sc_format {
    ($msg:tt, $($arg:expr),+ $(,)?) => { ... };
    ($msg:expr $(,)?) => { ... };
}