pub type X509V3_CONF_METHOD = X509V3_CONF_METHOD_st;
Aliased Type§
#[repr(C)]pub 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)>