pub type sk_GENERAL_NAMES_freefunc = Option<unsafe extern "C" fn(*mut stack_st_GENERAL_NAME)>;Aliased Type§
pub enum sk_GENERAL_NAMES_freefunc {
None,
Some(unsafe extern "C" fn(*mut stack_st_GENERAL_NAME)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut stack_st_GENERAL_NAME))
Some value of type T.