pub type sk_X509_REVOKED_copyfunc = Option<unsafe extern "C" fn(_: *const x509_revoked_st) -> *mut x509_revoked_st>;
Aliased Type§
enum sk_X509_REVOKED_copyfunc {
None,
Some(unsafe extern "C" fn(_: *const x509_revoked_st) -> *mut x509_revoked_st),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const x509_revoked_st) -> *mut x509_revoked_st)
Some value of type T
.