Function CFUUIDCreateFromString

Source
pub unsafe extern "C-unwind" fn CFUUIDCreateFromString(
    alloc: Option<&CFAllocator>,
    uuid_str: Option<&CFString>,
) -> Option<CFRetained<CFUUID>>
Available on crate features CFBase and CFUUID only.