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