macro_rules! error { ($($arg:tt)*) => { ... }; }
use celp_sdk::error; error!("Oh oh: {}", "details");