Struct curl_sys::curl_certinfo [] [src]

#[repr(C)]
pub struct curl_certinfo { pub num_of_certs: c_int, pub certinfo: *mut *mut curl_slist, }

Fields