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