open_coroutine_core::syscall

Function pwritev

Source
pub extern "C" fn pwritev(
    fn_ptr: Option<&extern "C" fn(_: c_int, _: *const iovec, _: c_int, _: off_t) -> ssize_t>,
    fd: c_int,
    iov: *const iovec,
    iovcnt: c_int,
    offset: off_t,
) -> ssize_t