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