pub unsafe extern "C" fn SecKeychainItemModifyAttributesAndData(
    itemRef: SecKeychainItemRef,
    attrList: *const SecKeychainAttributeList,
    length: u32,
    data: *const c_void
) -> OSStatus
Expand description