pub unsafe extern "C" fn fd_pwrite(
arg0: i32,
arg1: i32,
arg2: i32,
arg3: i64,
arg4: i32,
) -> i32
Expand description
Write to a file descriptor, without using and updating the file descriptor’s offset.
Note: This is similar to pwritev
in POSIX.