SecAccessCreateFromOwnerAndACL

Function SecAccessCreateFromOwnerAndACL 

Source
pub unsafe extern "C-unwind" fn SecAccessCreateFromOwnerAndACL(
    owner: NonNull<CSSM_ACL_OWNER_PROTOTYPE>,
    acl_count: uint32,
    acls: NonNull<CSSM_ACL_ENTRY_INFO>,
    access_ref: NonNull<*mut SecAccess>,
) -> i32
👎Deprecated: renamed to SecAccess::create_from_owner_and_acl
Available on crate features SecAccess and SecAsn1Types and SecBase and cssmconfig and cssmtype only.