otMessageQueueGetNext() function
Returns a pointer to the next message in the queue by iterating forward (from head to tail).
Arguments
aQueue
A pointer to a message queue.
aMessage
A pointer to current message buffer.
Return value
A pointer to the next message in the queue after `aMessage` or NULL if `aMessage is the tail of queue. NULL is returned if `aMessage` is not in the queue `aQueue`.