twizzler_rt_abi::bindings

Function twz_rt_fd_pwrite

source
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.