pub type sk_ASN1_UTF8STRING_freefunc = Option<unsafe extern "C" fn(_: *mut asn1_string_st)>;
Aliased Type§
enum sk_ASN1_UTF8STRING_freefunc {
None,
Some(unsafe extern "C" fn(_: *mut asn1_string_st)),
}
pub type sk_ASN1_UTF8STRING_freefunc = Option<unsafe extern "C" fn(_: *mut asn1_string_st)>;
enum sk_ASN1_UTF8STRING_freefunc {
None,
Some(unsafe extern "C" fn(_: *mut asn1_string_st)),
}