[VB.NET]
Event krb5_ccache_name As GSSKRB5CCacheNameMethod
Delegate Sub GSSKRB5CCacheNameMethod(ByRef minor_status As UInt32, ByVal name As IntPtr, ByVal out_name As IntPtr)
[Pascal]
property krb5_ccache_name : GSSKRB5CCacheNameMethod;
GSSKRB5CCacheNameMethod = function(var minor_status : UInt32; name : IntPtr; out_name : IntPtr): UInt32 of object;