pub fn save_data_to_tmp_file(data: &[u8]) -> Result<File, Error>
Save the given data to a temporary file.