CFUUIDCreateString

Function CFUUIDCreateString 

Source
pub extern "C-unwind" fn CFUUIDCreateString(
    alloc: Option<&CFAllocator>,
    uuid: Option<&CFUUID>,
) -> Option<CFRetained<CFString>>
👎Deprecated: renamed to CFUUID::new_string
Available on crate feature CFUUID only.