Function writev

Source
pub unsafe extern "C" fn writev(
    __fd: c_int,
    __iovec: *const iovec,
    __count: c_int,
) -> isize