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