macro_rules! runtime_print { ($($arg:tt)+) => { ... }; }
Print out a formatted message.
topsoil_core::runtime_print!("my value is {}", 3);