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