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