pub fn fetch_file(
    name: &str,
    tmp_save: bool,
    url: &str,
    timeout: u64
) -> Result<PathBuf, Box<dyn Error>>