Function readv

Source
#[unsafe(no_mangle)]
pub extern "C" fn readv(
    fd: c_int,
    iov: *const iovec,
    iovcnt: c_int,
) -> ssize_t