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