CSIdentityQueryCreate

Function CSIdentityQueryCreate 

Source
pub unsafe extern "C-unwind" fn CSIdentityQueryCreate(
    allocator: Option<&CFAllocator>,
    identity_class: CSIdentityClass,
    authority: Option<&CSIdentityAuthority>,
) -> Option<CFRetained<CSIdentityQuery>>
👎Deprecated: renamed to CSIdentityQuery::new
Available on crate features CSIdentity and CSIdentityAuthority and CSIdentityQuery only.