pub fn preadv(fd: usize, iov: *const IoVec, iovcnt: usize, offset: i64) -> isize
向量化位置读取:从指定位置读取数据到多个缓冲区,不改变文件偏移量
fd
iov
iovcnt
offset