Trying to use pointer in C# for grasshopper, but it seems that Script Editor doesn’t have a unsafe mode button like VS Studio, and it is a failure to add “unsafe” before using pointer.
So how can I open unsafe mode? I didn’t find a tutorials of this in the official documentation website.