pub fn fcntl_setpipe_size<Fd: AsFd>(fd: Fd, size: usize) -> Result<()>
fnctl(fd, F_SETPIPE_SZ)—Set the buffer capacity of a pipe.
fnctl(fd, F_SETPIPE_SZ)