Function stderr_raw
pub(in ::io::stdio) const fn stderr_raw() -> StderrRaw
Constructs a new raw handle to the standard error stream of this process.
The returned handle does not interact with any other handles created nor
handles returned by std::io::stderr.
The returned handle has no external synchronization or buffering layered on top.