pub unsafe extern "C" fn tr_torrentSetIdleLimitHitCallback(
    torrent: *mut tr_torrent,
    func: tr_torrent_idle_limit_hit_func,
    user_data: *mut c_void
)
Expand description

Register to be notified whenever a torrent’s idle limit has been hit. This will be called when the seeding torrent’s idle time has met or exceeded the designated idle limit.

Has the same restrictions as tr_torrentSetCompletenessCallback