Function open_coroutine_core::syscall::readv
source · pub extern "C" fn readv(
fn_ptr: Option<&extern "C" fn(_: c_int, _: *const iovec, _: c_int) -> ssize_t>,
fd: c_int,
iov: *const iovec,
iovcnt: c_int
) -> ssize_t