macro_rules! critical { ($($arg:tt)*) => { ... }; }
use celp_sdk::critical; critical!("It all went terribly wrong!");