public int PyDict_DelItem(IntPtr pointer, IntPtr key) { return(Runtime_Windows.PyDict_DelItem(pointer, key)); }