macro_rules! writeln { ($dst:expr) => { ... }; ($dst:expr, $($arg:tt)*) => { ... }; }
Write formatted data into a buffer, with a newline appended