pub unsafe extern "C-unwind" fn SecKeychainItemCreateCopy(
item_ref: &SecKeychainItem,
dest_keychain_ref: Option<&SecKeychain>,
initial_access: Option<&SecAccess>,
item_copy: NonNull<*mut SecKeychainItem>,
) -> i32
👎Deprecated: renamed to
SecKeychainItem::create_copy
Available on crate features
SecBase
and SecKeychainItem
only.