Function X509_STORE_set_check_crl

Source
pub unsafe extern "C" fn X509_STORE_set_check_crl(
    xs: *mut x509_store_st,
    check_crl: Option<unsafe extern "C" fn(_: *mut x509_store_ctx_st, _: *mut X509_crl_st) -> i32>,
)