public int PyDict_SetItemString(IntPtr pointer, string key, IntPtr value) { return(Runtime_Posix.PyDict_SetItemString(pointer, key, value)); }