Function CFUUIDCreateString

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