pub unsafe extern "C" fn tr_torrentSetFileDLs(
    torrent: *mut tr_torrent,
    files: *const tr_file_index_t,
    fileCount: tr_file_index_t,
    do_download: u8
)
Expand description

@brief Set a batch of files to be downloaded or not.