public GoodDisposable() { handle = new FooHandle(100); }
public extern static void WorkFoo(FooHandle handle);
public extern static void CloseFoo(FooHandle handle);