pub fn write_stderr(text: &str) -> Result<()>
Writes text to process stderr.
Returns any I/O error reported while writing to stderr.