macro_rules! status { ($($arg:tt)*) => { ... }; }
Print a status message to stderr.
Use this for informational messages about command progress.