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