pub fn attach_stream_to_stdio<S>(stream: &mut S) -> Result<()>where
    S: Read + Write + AsRawFd,