// here are the patches bundled that are submitted here
// https://github.com/servo/core-foundation-rs/pulls?q=is%3Apr+author%3Asassman+
// they live here until the servo team publishes a new version for core-foundation-sys
use ;
// members of enum CFNumberType
pub const kCFNumberSInt32Type: CFNumberType = 3;
pub const kCFNumberSInt64Type: CFNumberType = 4;
extern "C"