ReadEncryptedFileRaw method
int
ReadEncryptedFileRaw(
- Pointer<
NativeFunction< pfExportCallback,PFE_EXPORT_FUNC> > - Pointer<
Void> pvCallbackContext, - 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,
);
}