Function writev

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