pub unsafe extern "C-unwind" fn CSIdentityQueryCreateForName(
allocator: Option<&CFAllocator>,
name: Option<&CFString>,
comparison_method: CSIdentityQueryStringComparisonMethod,
identity_class: CSIdentityClass,
authority: Option<&CSIdentityAuthority>,
) -> Option<CFRetained<CSIdentityQuery>>👎Deprecated: renamed to
CSIdentityQuery::new_for_nameAvailable on crate features
CSIdentity and CSIdentityAuthority and CSIdentityQuery only.