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

@brief Return the session’s configuration directory.

This is where transmission stores its .torrent files, .resume files, blocklists, etc. It’s set in tr_transmissionInit () and is immutable during the session.