Removes the n'th element of queue and returns its data.
the position of the element
the element's data, or NULL if n is off the end of queue
2.4
Removes the n'th element of queue and returns its data.