pub fn pwritev<Fd: AsFd>( fd: Fd, bufs: &[IoSlice<'_>], offset: u64) -> Result<usize>
pwritev(fd, bufs, offset)—Writes to a file at a given position from multiple buffers.
pwritev(fd, bufs, offset)