```csharp unsafe record struct Foo() { public int* Bar { get; init; } public Foo(int* bar) : th - Silk.NET