pub fn open_tree_from_pidns( pid: Pid, path: &Utf8Path, recursive: bool, ) -> Result<OwnedFd>
Given a pid, enter its mount namespace and acquire a file descriptor for a mount from that namespace.