/*
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License.
 */
#include <napi.h>

Napi::Value ProtectDataCommon(bool protect, const Napi::CallbackInfo& info);
