CSIdentityQueryCreateForUUID

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 CSIdentity and CSIdentityAuthority and CSIdentityQuery only.