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