Type Alias X509V3_CONF_METHOD

Source
pub type X509V3_CONF_METHOD = X509V3_CONF_METHOD_st;

Aliased Type§

struct X509V3_CONF_METHOD {
    pub get_string: Option<unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: *const i8) -> *mut i8>,
    pub get_section: Option<unsafe extern "C" fn(_: *mut c_void, _: *const i8) -> *mut stack_st_CONF_VALUE>,
    pub free_string: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut i8)>,
    pub free_section: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut stack_st_CONF_VALUE)>,
}

Fields§

§get_string: Option<unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: *const i8) -> *mut i8>§get_section: Option<unsafe extern "C" fn(_: *mut c_void, _: *const i8) -> *mut stack_st_CONF_VALUE>§free_string: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut i8)>§free_section: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut stack_st_CONF_VALUE)>