Function X509_STORE_CTX_set_verify_cb

Source
pub unsafe extern "C" fn X509_STORE_CTX_set_verify_cb(
    ctx: *mut x509_store_ctx_st,
    verify: Option<unsafe extern "C" fn(_: i32, _: *mut x509_store_ctx_st) -> i32>,
)