public IntPtr CFNumberCreate(IntPtr allocator, CFNumberType theType, ref Int32 Value)
 {
     return(CoreFoundation.CFNumberCreate(allocator, theType, ref Value));
 }