pub(crate) async fn save_data_to_tmp_file(data: Vec<u8>) -> Result<File, Error>
Save the given data to a temporary file.
When all strong references to the returned file are destroyed, the file will be destroyed too.