pub fn mq_unlink(name: &CStr) -> Result<(), Errno>
Expand description

Remove a message queue

See also mq_unlink(2)