Contents:
Defined in File pcqueue.h
Pop and return the first element in the queue, waiting if necessary for the queue to become non-empty.
pcqueue – The queue handle.
e – The item to dequeue. Can be NULL.
status_t.