pub fn dump_string_to_file(
    file_name: String,
    content: String,
    tmp_dir: &TempDir
) -> Result<String>