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