SecAccessGetOwnerAndACL

Function SecAccessGetOwnerAndACL 

Source
pub unsafe extern "C-unwind" fn SecAccessGetOwnerAndACL(
    access_ref: &SecAccess,
    owner: NonNull<CSSM_ACL_OWNER_PROTOTYPE_PTR>,
    acl_count: NonNull<uint32>,
    acls: NonNull<CSSM_ACL_ENTRY_INFO_PTR>,
) -> i32
👎Deprecated: renamed to SecAccess::get_owner_and_acl
Available on crate features SecAccess and SecAsn1Types and SecBase and cssmconfig and cssmtype only.