public void CFDictionarySetValue(TypedPtr <CFDictionary> Dict, /*const*/ IntPtr Key, /*const*/ IntPtr Value)
 {
     CoreFoundation.CFDictionarySetValue((IntPtr)Dict, Key, Value);
 }