pub type sk_ASN1_STRING_TABLE_freefunc = Option<unsafe extern "C" fn(_: *mut asn1_string_table_st)>;
Aliased Type§
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
.