pub unsafe extern "C" fn ecc_verify_hash( sig: *const c_uchar, siglen: c_ulong, hash: *const c_uchar, hashlen: c_ulong, stat: *mut c_int, key: *mut ecc_key, ) -> c_int