Message queue descriptor.
Buffer to read the message from
Size of the message provided via msg_ptr. Must be lower or equal to the mq_msgsize attribute of the queue.
Priority of this message.
On success, mq_send() return zero; on error, -1 is returned, with errno set to indicate the error.
Add a message to a message queue.