Returns the n'th element of queue.
the position of the element
the data for the n'th element of queue, or NULL if n is off the end of queue
2.4
Returns the n'th element of queue.