msqid_ds
#define NULL_MSG ((struct msqid_ds *)NULL)
struct msqid_ds msgq;
msgctl(int msqid, int cmd, struct msqid_ds *buf)
struct msqid_ds buf;
STRUCT_DECL(msqid_ds, ds); /* SVR4 queue work area */
int msgctl(int, int, struct msqid_ds *);