pub async fn to_bytes<I, O>(input: I, output: Option<O>) -> Result<()>where I: AsRef<Path>, O: AsRef<Path>,
Output bytes to stdout/file.
If output is None.(Unable to write bytes to stdout.)
output
None