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