macro_rules! trace { ($($arg:tt)*) => { ... }; }
use celp_sdk::trace; trace!("I'll inundate you with information!");