Silk.NET.OpenCL.CL (https://github.com/dotnet/Silk.NET/blob/main/src/OpenCL/Silk.NET.OpenCL/CL.gen.cs) does not implement an interface and the methods are unsafe and non virtual.out uint num_platforms I could also use uint* num_platforms, if that matters)CS1944: An expression tree may not contain an unsafe pointer operation( I tried also other libraries like Pose, but they all use
CS8198: An expression tree may not contain an out argument variable declaration
System.Linq.Expressions.Expression so I always ran into the same errors)