pub fn memfd_create<'a>(
    name: impl IntoUstr<'a>,
    flags: c_uint
) -> Result<OwnedFd>
Expand description