macro_rules! hprint {
    ($s:expr) => { ... };
    ($($tt:tt)*) => { ... };
}
Expand description

Macro for printing to the HOST standard output

This macro returns a Result<(), ()> value