pub fn pwritev(fd: RawFd, bufs: &[FileVolatileBuf], offset: u64) -> Result<usize>
Expand description

A simple wrapper over posix pwritev to deal with FileVolatileBuf.