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