Function CSIdentityQueryCreateForUUID

Source
pub unsafe extern "C-unwind" fn CSIdentityQueryCreateForUUID(
    allocator: Option<&CFAllocator>,
    uuid: Option<&CFUUID>,
    authority: Option<&CSIdentityAuthority>,
) -> Option<CFRetained<CSIdentityQuery>>
👎Deprecated: renamed to CSIdentityQuery::new_for_uuid
Available on crate features CSIdentityQuery and OSServices and CSIdentity and CSIdentityAuthority only.