pub unsafe extern "C-unwind" fn twz_rt_fd_pwrite(
fd: descriptor,
offset: optional_offset,
buf: *const c_void,
len: usize,
flags: io_flags,
) -> io_result
Expand description
Write to a file. May write less than specified len.
pub unsafe extern "C-unwind" fn twz_rt_fd_pwrite(
fd: descriptor,
offset: optional_offset,
buf: *const c_void,
len: usize,
flags: io_flags,
) -> io_result
Write to a file. May write less than specified len.