checkReSetCryptKeyFunc method
Implementation
@override
void Function(Pointer<Void>, Pointer<Uint8>, int) checkReSetCryptKeyFunc() {
return nativeLib()
.lookup<NativeFunction<Void Function(Pointer<Void>, Pointer<Uint8>, Uint64)>>(nativeFuncName("checkReSetCryptKey"))
.asFunction();
}