SecKeychainItemFreeAttributesAndData

Function SecKeychainItemFreeAttributesAndData 

Source
pub unsafe extern "C-unwind" fn SecKeychainItemFreeAttributesAndData(
    attr_list: *mut SecKeychainAttributeList,
    data: *mut c_void,
) -> i32
👎Deprecated: renamed to SecKeychainItem::free_attributes_and_data
Available on crate features SecBase and SecKeychainItem only.