Function X509_STORE_set_verify_cb

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