macro_rules! debug_print { ($($arg:tt)*) => { ... }; }
Like std::print!, except backed by debug_put_char.
std::print!
debug_put_char