CFUUIDCreateFromString

Function CFUUIDCreateFromString 

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