SecKeychainItemCopyAttributesAndData

Function SecKeychainItemCopyAttributesAndData 

Source
pub unsafe extern "C-unwind" fn SecKeychainItemCopyAttributesAndData(
    item_ref: &SecKeychainItem,
    info: *mut SecKeychainAttributeInfo,
    item_class: *mut SecItemClass,
    attr_list: *mut *mut SecKeychainAttributeList,
    length: *mut u32,
    out_data: *mut *mut c_void,
) -> i32
👎Deprecated: renamed to SecKeychainItem::copy_attributes_and_data
Available on crate features SecBase and SecKeychainItem only.