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