Struct openssl_sys::_STACK 
                   
                       [−]
                   
               [src]
pub struct _STACK {
    pub num: c_int,
    pub data: *mut *mut c_char,
    pub sorted: c_int,
    pub num_alloc: c_int,
    pub comp: Option<unsafe extern fn(*const c_void, *const c_void) -> c_int>,
}Fields
num: c_int
                           
                           
                           data: *mut *mut c_char
                           
                           
                           sorted: c_int
                           
                           
                           num_alloc: c_int
                           
                           
                           comp: Option<unsafe extern fn(*const c_void, *const c_void) -> c_int>