pub type iovec = iovec;
#[repr(C)]pub struct iovec { pub iov_base: *mut c_void, pub iov_len: usize, }
iov_base: *mut c_void
iov_len: usize