SecKeychainSearchCreateFromAttributes

Function SecKeychainSearchCreateFromAttributes 

Source
pub unsafe extern "C-unwind" fn SecKeychainSearchCreateFromAttributes(
    keychain_or_array: Option<&CFType>,
    item_class: SecItemClass,
    attr_list: *const SecKeychainAttributeList,
    search_ref: NonNull<*mut SecKeychainSearch>,
) -> i32
👎Deprecated: renamed to SecKeychainSearch::create_from_attributes
Available on crate features SecBase and SecKeychainItem and SecKeychainSearch only.