pub type IoSlice = iovec;
Type of an IO vec buffer and length.
#[repr(C)]pub struct IoSlice { pub iov_base: *mut c_void, pub iov_len: usize, }
iov_base: *mut c_void
iov_len: usize