macro_rules! hprint { ($s:expr) => { ... }; ($($tt:tt)*) => { ... }; }
Macro for printing to the HOST standard output.
This is similar to the print! macro in the standard library. Both will panic on any failure to print.
print!