macro_rules! serial_print { ($($arg:tt)*) => { ... }; }
Prints to the host through the serial interface.