<DllImport(uCalcDLL, CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl, EntryPoint:="NamespaceChildCount")> _
Private Function NamespaceChildCount__(ByVal uCalcHandle As IntPtr) As Int32
End Function
[DllImport(uCalcDLL, CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Cdecl, EntryPoint="NamespaceChildCount")]
protected static extern Int32 NamespaceChildCount_(IntPtr uCalcHandle);
{DLLImport}function NamespaceChildCount__(uCalcHandle: System.Pointer): Int32; cdecl; external uCalcDLL name 'NamespaceChildCount';
typedef int32_t (* __NamespaceChildCount)(void *uCalcHandle);
[DllImport(uCalcLib, CharSet=CharSet::Ansi, CallingConvention=CallingConvention::Cdecl, EntryPoint = "NamespaceChildCount")]
static Int32 NamespaceChildCount_(void * uCalcHandle);