Function CSIdentityQueryCreateForName

Source
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_name
Available on crate features CSIdentityQuery and OSServices and CSIdentity and CSIdentityAuthority only.