pub unsafe extern "C" fn EVP_DigestVerifyFinal(
    ctx: *mut EVP_MD_CTX,
    sig: *const u8,
    sig_len: usize
) -> c_int