pub fn fcntl_getpipe_size<Fd: AsFd>(fd: Fd) -> Result<usize>
fnctl(fd, F_GETPIPE_SZ)—Return the buffer capacity of a pipe.
fnctl(fd, F_GETPIPE_SZ)