pub unsafe extern "C-unwind" fn CSIdentityCreate(
allocator: Option<&CFAllocator>,
identity_class: CSIdentityClass,
full_name: Option<&CFString>,
posix_name: Option<&CFString>,
flags: CSIdentityFlags,
authority: Option<&CSIdentityAuthority>,
) -> Option<CFRetained<CSIdentity>>👎Deprecated: renamed to
CSIdentity::newAvailable on crate features
CSIdentity and CSIdentityAuthority only.