Removes a message queue.
fn remove<P>(path: P) -> Result<(), Errno> where P: ToCString,
The name of the queue.
mq_unlink(2)