Function CSIdentityCreatePersistentReference

Source
pub unsafe extern "C-unwind" fn CSIdentityCreatePersistentReference(
    allocator: Option<&CFAllocator>,
    identity: Option<&CSIdentity>,
) -> Option<CFRetained<CFData>>
👎Deprecated: renamed to CSIdentity::new_persistent_reference
Available on crate features CSIdentity and OSServices only.