pub unsafe extern "C" fn X509_STORE_set_cert_crl(
xs: *mut x509_store_st,
cert_crl: Option<unsafe extern "C" fn(*mut x509_store_ctx_st, *mut X509_crl_st, *mut x509_st) -> i32>,
)
pub unsafe extern "C" fn X509_STORE_set_cert_crl(
xs: *mut x509_store_st,
cert_crl: Option<unsafe extern "C" fn(*mut x509_store_ctx_st, *mut X509_crl_st, *mut x509_st) -> i32>,
)