pub fn write_to_file(path: &Path, name: &str, bytes: &[u8]) -> CliTypedResult<()>
Expand description

Write a &[u8] to a file