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

System.Reflection.Pointer

public sealed class Pointer : ISerializable
namespace System.Reflection { public sealed class Pointer : ISerializable { public unsafe static object Box(void* ptr, Type type); public unsafe static void* Unbox(object ptr); } }