WriteEncryptedFileRaw method
int
WriteEncryptedFileRaw(
- Pointer<
NativeFunction< pfImportCallback,PFE_IMPORT_FUNC> > - Pointer<
Void> pvCallbackContext, - Pointer<
Void> pvContext
Implementation
int WriteEncryptedFileRaw(
ffi.Pointer<ffi.NativeFunction<PFE_IMPORT_FUNC>> pfImportCallback,
ffi.Pointer<ffi.Void> pvCallbackContext,
ffi.Pointer<ffi.Void> pvContext,
) {
return (_WriteEncryptedFileRaw ??= _dylib.lookupFunction<
_c_WriteEncryptedFileRaw,
_dart_WriteEncryptedFileRaw>('WriteEncryptedFileRaw'))(
pfImportCallback,
pvCallbackContext,
pvContext,
);
}