aws_lc_sys

Function X509_STORE_CTX_set_verify_cb

Source
pub unsafe extern "C" fn X509_STORE_CTX_set_verify_cb(
    ctx: *mut X509_STORE_CTX,
    verify_cb: Option<unsafe extern "C" fn(ok: c_int, ctx: *mut X509_STORE_CTX) -> c_int>,
)