pub unsafe extern "C" fn tr_ctorNew(
    session_or_NULL: *const tr_session
) -> *mut tr_ctor
Expand description

@brief Create a torrent constructor object used to instantiate a tr_torrent @param session the tr_session. This is required if you’re going to call tr_torrentNew (), but you can use NULL for tr_torrentParse (). @see tr_torrentNew (), tr_torrentParse ()