pub fn get_binary_stdout() -> Stdout
Get a binary stdout writer.
Returns a writer suitable for binary output. This is the same as get_text_stdout() in Rust since stdout handles both.
get_text_stdout()