uselibc::c_void;usecrate::declare_CFType;#[derive(Debug)]#[repr(C)]pubstruct__CFLocale(c_void);/// A reference to a CFString object.
pubtypeCFLocaleRef=*const __CFLocale;
declare_CFType!{/// A reference to a CFString object.
#[repr(C)]
CFLocale, CFLocaleRef
}