Peek the head element of the queue without removing it from the queue.
the head element of @queue or %NULL when the queue is empty.
See Implementation
Peek the head element of the queue without removing it from the queue.