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>,
)
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>,
)