using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Runtime.ConstrainedExecution; using System.Runtime.InteropServices; // ReSharper disable MemberCanBePrivate.Global // ReSharper disable UnassignedReadonlyField // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming namespace Foodsoft.Alpm { [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public struct alpm_pkg_p { private IntPtr ptr; } }