pub fn shm_open<P>(name: &P, flag: OFlag, mode: Mode) -> Result<OwnedFd>where P: ?Sized + NixPath,
Creates and opens a new, or opens an existing, POSIX shared memory object.
For more information, see shm_open(3).
shm_open(3)