Function write_stderr

Source
pub fn write_stderr(s: &'static str)
Expand description

Writes the specified string directly to stderr.

This is safe to be called from within a compromised context.