Removes the first element of the queue and returns its data.
Return: the data of the first element in the queue, or %NULL if the queue is empty
See Implementation
Removes the first element of the queue and returns its data.
Return: the data of the first element in the queue, or %NULL if the queue is empty