pub fn write_file<P: AsRef<Path>>(filename: P, output: &[u8]) -> Result<()>
Saves the content to a file.