CFUUIDCreateFromUUIDBytes

Function CFUUIDCreateFromUUIDBytes 

Source
pub extern "C-unwind" fn CFUUIDCreateFromUUIDBytes(
    alloc: Option<&CFAllocator>,
    bytes: CFUUIDBytes,
) -> Option<CFRetained<CFUUID>>
👎Deprecated: renamed to CFUUID::from_uuid_bytes
Available on crate feature CFUUID only.