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

System.Threading.NativeOverlapped

public struct NativeOverlapped
namespace System.Threading { public struct NativeOverlapped { public IntPtr EventHandle; public IntPtr InternalHigh; public IntPtr InternalLow; public int OffsetHigh; public int OffsetLow; } }