Skip to main content

SecKeychainItemCopyAccess

Function SecKeychainItemCopyAccess 

Source
pub unsafe extern "C-unwind" fn SecKeychainItemCopyAccess(
    item_ref: &SecKeychainItem,
    access: NonNull<*mut SecAccess>,
) -> i32
👎Deprecated:

renamed to SecKeychainItem::copy_access

Available on crate features SecBase and SecKeychainItem only.