macro_rules! println { ($fmt: literal $(, $($arg: tt)+)?) => { ... }; }
Println! to the host console using the format string and arguments.