ReadEncryptedFileRaw method

int ReadEncryptedFileRaw(
  1. Pointer<NativeFunction<PFE_EXPORT_FUNC>> pfExportCallback,
  2. Pointer<Void> pvCallbackContext,
  3. Pointer<Void> pvContext
)

Implementation

int ReadEncryptedFileRaw(
  ffi.Pointer<ffi.NativeFunction<PFE_EXPORT_FUNC>> pfExportCallback,
  ffi.Pointer<ffi.Void> pvCallbackContext,
  ffi.Pointer<ffi.Void> pvContext,
) {
  return (_ReadEncryptedFileRaw ??= _dylib.lookupFunction<
      _c_ReadEncryptedFileRaw,
      _dart_ReadEncryptedFileRaw>('ReadEncryptedFileRaw'))(
    pfExportCallback,
    pvCallbackContext,
    pvContext,
  );
}