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