CSIdentityCreate

Function CSIdentityCreate 

Source
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::new
Available on crate features CSIdentity and CSIdentityAuthority only.