CSIdentityCreateCopy

Function CSIdentityCreateCopy 

Source
pub unsafe extern "C-unwind" fn CSIdentityCreateCopy(
    allocator: Option<&CFAllocator>,
    identity: Option<&CSIdentity>,
) -> Option<CFRetained<CSIdentity>>
👎Deprecated: renamed to CSIdentity::new_copy
Available on crate feature CSIdentity only.