macro_rules! _eprint { ($($args:tt)*) => { ... }; }
Prints to stderr like eprintln! but only in debug builds
eprintln!