CoreFoundation-sys 0.1.0

FFI bindings for CoreFoundation
Documentation
// Exports of <CoreFoundation/CFNumber.h>

use base::*;

extern "C" {
    pub fn CFNumberGetTypeID() -> CFTypeID;
}