pub fn set_pipe_size(fd: RawFd, size: usize) -> Result<usize>
Sets the pipe signified with fd to size.
size
Returns the new size of the pipe or an error if the OS fails to set the pipe size.