Пример #1
0
 public IntPtr PyDict_Copy(IntPtr pointer)
 {
     return(Runtime_Posix.PyDict_Copy(pointer));
 }