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