pub unsafe extern "C" fn wolfSSL_X509_CRL_verify(
    crl: *mut WOLFSSL_X509_CRL,
    pkey: *mut WOLFSSL_EVP_PKEY
) -> c_int