pub fn pwrite64(fd: usize, buf: *const u8, count: usize, offset: i64) -> isize
位置写入:向指定位置写入数据,不改变文件偏移量
fd
buf
count
offset