pub fn pipe() -> std::result::Result<(RawFd, RawFd), Error>
Create an interprocess channel.
See also pipe(2)