Function wolf_crypto_sys::wc_SignatureVerifyHash
source ยท pub unsafe extern "C" fn wc_SignatureVerifyHash(
hash_type: wc_HashType,
sig_type: wc_SignatureType,
hash_data: *const byte,
hash_len: word32,
sig: *const byte,
sig_len: word32,
key: *const c_void,
key_len: word32,
) -> c_int