macro_rules! dprintln { ($($arg:tt)*) => { ... }; }
Prints output to the Windows console using ConsoleWriter.
ConsoleWriter
dprintln!("Hello, world!"); dprintln!("Value: {}", 42);