pub fn shm_unlink<P: ?Sized + NixPath>(name: &P) -> Result<()>
Performs the converse of shm_open, removing an object previously created.
shm_open
For more information, see shm_unlink(3).
shm_unlink(3)