WriteEncryptedFileRaw method

int WriteEncryptedFileRaw(
  1. Pointer<NativeFunction<PFE_IMPORT_FUNC>> pfImportCallback,
  2. Pointer<Void> pvCallbackContext,
  3. 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(
    pfImportCallback,
    pvCallbackContext,
    pvContext,
  );
}