Function nix::sys::mman::shm_unlink
pub fn shm_unlink<P: ?Sized + NixPath>(name: &P) -> Result<()>The portability is definied by:
#[cfg(not(target_os = "android"))]Documentation
Performs the converse of shm_open, removing an object previously created.
For more information, see shm_unlink(3).