public void Dispose() { if (Ptr == IntPtr.Zero) { return; } Interopt.RfcDestroyFunction(Ptr, out _); Ptr = IntPtr.Zero; }