pub unsafe extern "C" fn ECDSA_do_verify(
    dgst: *const c_uchar,
    dgst_len: c_int,
    sig: *const ECDSA_SIG,
    eckey: *mut EC_KEY
) -> c_int