pub type ASN1_ITEM_EXP = Option<unsafe extern "C" fn() -> *const ASN1_ITEM_st>;
Aliased Type§
enum ASN1_ITEM_EXP {
None,
Some(unsafe extern "C" fn() -> *const ASN1_ITEM_st),
}
pub type ASN1_ITEM_EXP = Option<unsafe extern "C" fn() -> *const ASN1_ITEM_st>;
enum ASN1_ITEM_EXP {
None,
Some(unsafe extern "C" fn() -> *const ASN1_ITEM_st),
}