// Copyright Epic Games, Inc. All Rights Reserved. // This file is automatically generated. Changes to this file may be overwritten. namespace Epic.OnlineServices.Platform { /// /// Function prototype type definition for functions that release memory. /// /// When the SDK is done with memory that has been allocated by a custom allocator passed to , it will call the corresponding memory release function. /// [System.Runtime.InteropServices.UnmanagedFunctionPointer(Config.LibraryCallingConvention)] public delegate void ReleaseMemoryFunc(System.IntPtr pointer); }