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