SecAccessCopyMatchingACLList

Function SecAccessCopyMatchingACLList 

Source
pub unsafe extern "C-unwind" fn SecAccessCopyMatchingACLList(
    access_ref: &SecAccess,
    authorization_tag: &CFType,
) -> Option<CFRetained<CFArray>>
👎Deprecated: renamed to SecAccess::matching_acl_list
Available on crate features SecAccess and SecBase only.