pub fn mq_open<P>( name: &P, oflag: MQ_OFlag, mode: Mode, attr: Option<&MqAttr>, ) -> Result<MqdT>where P: ?Sized + NixPath,
Open a message queue
See also mq_open(2)
mq_open(2)