pub fn write_binary_output( content: &[u8], dest: &OutputDestination, ) -> Result<(), Error>
Writes binary content to the specified destination.
Stdout
File