Function posix_sys::pwrite [] [src]

pub unsafe extern "C" fn pwrite(
    fd: c_int,
    buf: *const c_void,
    len: size_t,
    offs: off_t
) -> ssize_t