pub fn decrypt_file( input_filename: &Path, output_filename: &OsStr, password: &Vec<u8>, ) -> Result<(), Error>