csharpbindgen
csharpbindgen copied to clipboard
Support safe handles
In https://github.com/toolness/pathfinder-unity-fun/issues/9 it was suggested that we use C#'s SafeHandle instead of IntPtr. This adds a Builder::use_safe_handles() method which supports this use case.