pub type sk_X509_copy_func = Option<unsafe extern "C" fn(arg1: *const X509) -> *mut X509>;
enum sk_X509_copy_func { None, Some(unsafe extern "C" fn(_: *const x509_st) -> *mut x509_st), }
No value.
Some value of type T.
T