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