SecKeychainItemCopyFromPersistentReference

Function SecKeychainItemCopyFromPersistentReference 

Source
pub unsafe extern "C-unwind" fn SecKeychainItemCopyFromPersistentReference(
    persistent_item_ref: &CFData,
    item_ref: NonNull<*mut SecKeychainItem>,
) -> i32
👎Deprecated: renamed to SecKeychainItem::copy_from_persistent_reference
Available on crate features SecBase and SecKeychainItem only.