pub fn pwrite(fd: i32, buf: &[u8], offset: i64) -> Result<usize, Errno>
Expand description

Low-level write to a file, with specified offset.

See also pwrite(2)