pub type tr_torrent_completeness_func = Option<unsafe extern "C" fn(torrent: *mut tr_torrent, completeness: tr_completeness, wasRunning: u8, user_data: *mut c_void)>;
Expand description

@param wasRunning whether or not the torrent was running when it changed its completeness state