Function rustix::backend::thread::syscalls::setns

source ยท
pub(crate) fn setns(fd: BorrowedFd<'_>, nstype: c_int) -> Result<c_int>