pub unsafe extern "C" fn tr_sessionGetDownloadDir(
    session: *const tr_session
) -> *const c_char
Expand description

@brief Get the default download folder for new torrents.

This is set by tr_sessionInit () or tr_sessionSetDownloadDir (), and can be overridden on a per-torrent basis by tr_ctorSetDownloadDir ().