pub fn pread64(fd: usize, buf: *mut u8, count: usize, offset: i64) -> isize
位置读取:从指定位置读取数据,不改变文件偏移量
fd
buf
count
offset