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