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