SecKeychainAttributeInfoForItemID

Function SecKeychainAttributeInfoForItemID 

Source
pub unsafe extern "C-unwind" fn SecKeychainAttributeInfoForItemID(
    keychain: Option<&SecKeychain>,
    item_id: u32,
    info: NonNull<*mut SecKeychainAttributeInfo>,
) -> i32
👎Deprecated: renamed to SecKeychain::attribute_info_for_item_id
Available on crate features SecBase and SecKeychain only.