Function memfd_create
fn memfd_create<P: path::Arg>(name: P, flags: MemfdFlags) -> Result<OwnedFd>
memfd_create(name, flags)—Create an anonymous file.
For a higher-level API to this functionality, see the memfd crate.