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