[C#/Java]
event GSSReleaseNameMethod release_name;
delegate int GSSReleaseNameMethod(ref int minor_status, ref IntPtr input_name);
[VB.NET]
Event release_name As GSSReleaseNameMethod
Delegate Function GSSReleaseNameMethod(ByRef minor_status As Integer, ByRef input_name As IntPtr) As Integer