<DllImport(uCalcDLL, CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl, EntryPoint:="ReleaseItem")> _
Private Sub ReleaseItem__(ByVal ItemHandle As IntPtr)
End Sub
            
          
        
            
[DllImport(uCalcDLL, CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Cdecl, EntryPoint="ReleaseItem")]
protected static extern  void ReleaseItem_(IntPtr ItemHandle);
            
          
        
            
{DLLImport}procedure ReleaseItem__(ItemHandle: System.Pointer); cdecl; external uCalcDLL name 'ReleaseItem';
            
          
        
            
typedef  void (* __ReleaseItem)(void *ItemHandle); 
            
          
        
            
[DllImport(uCalcLib, CharSet=CharSet::Ansi, CallingConvention=CallingConvention::Cdecl, EntryPoint = "ReleaseItem")]
static void ReleaseItem_(void *  ItemHandle);