public int PyDict_Update(IntPtr pointer, IntPtr other)
 {
     return(Runtime_Windows.PyDict_Update(pointer, other));
 }