pub type BufWithFds<B> = (B, Vec<RawFdContainer>);
A combination of a buffer and a list of file descriptors.