pub type solClient_bufInfo_t = solClient_bufInfo;

Aliased Type§

struct solClient_bufInfo_t {
    pub buf_p: *mut c_void,
    pub bufSize: u32,
}

Fields§

§buf_p: *mut c_void§bufSize: u32