Function rustix::io::pipe_with
pub fn pipe_with(flags: PipeFlags) -> io::Result<(OwnedFd, OwnedFd)>
The portability is definied by:
#[cfg(not(any(target_os = "ios", target_os = "macos")))]