pub unsafe extern "C" fn SecItemCopyMatching(
query: CFDictionaryRef,
result: *mut CFTypeRef,
) -> OSStatusExpand description
Returns one or more keychain items that match a search query, or copies attributes of specific keychain items.
pub unsafe extern "C" fn SecItemCopyMatching(
query: CFDictionaryRef,
result: *mut CFTypeRef,
) -> OSStatusReturns one or more keychain items that match a search query, or copies attributes of specific keychain items.