Function X509_STORE_set_check_revocation

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