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

Callback function invoked when a torrent finishes being verified.

@param torrent the torrent that was verified @param aborted true if the verify ended prematurely for some reason, such as tr_torrentStop() or tr_torrentSetLocation() being called during verification. @param callback_data the user-defined pointer from tr_torrentVerify()