macro_rules! eprintln {
    ($($arg:tt)*) => { ... };
}
Available on non-crate feature std and crate feature compat_macros only.