macro_rules! eprintln { () => { ... }; ($($arg:tt)*) => { ... }; }
Corresponds to std’s eprintln!-macro
eprintln!