<PackageReference Include="NETStandard.Library" Version="2.0.0" />

System.Runtime.InteropServices.CallingConvention

public enum CallingConvention
namespace System.Runtime.InteropServices { public enum CallingConvention { Cdecl = 2, FastCall = 5, StdCall = 3, ThisCall = 4, Winapi = 1 } }