public int CFDictionaryGetCount(TypedPtr <CFDictionary> Dict)
 {
     return(CoreFoundation.CFDictionaryGetCount((IntPtr)Dict));
 }