void ctl_message_queue_init(CTL_MESSAGE_QUEUE_t *q,
void **queue,
unsigned queue_size);ctl_message_queue_init is given a pointer to the message queue to initialize in q. The array that will be used to implement the message queue pointed to by queue and its size in queue_size are also supplied.