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