checkReSetCryptKeyFunc method

  1. @override
void Function(Pointer<Void>, Pointer<Uint8>, int) checkReSetCryptKeyFunc()
override

Implementation

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