public static extern bool VirtualFreeEx(IntPtr hProcess, IntPtr lpAddress, IntPtr dwSize, FreeTypes dwFreeTypes);
internal static extern bool VirtualFree( IntPtr lpAddress, uint dwSize, FreeTypes flFreeType);
static public extern System.Byte VirtualFree(System.IntPtr address, System.IntPtr size, FreeTypes freeType);