pub unsafe extern "C" fn tr_torrentSetQueuePosition(
    arg1: *mut tr_torrent,
    queuePosition: c_int
)
Expand description

@brief Set the queued torrent’s position in the queue it’s in. Special cases: pos <= 0 moves to the front; pos >= queue length moves to the back