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
cssmconfig and cssmtype and SecAccess and SecAsn1Types and SecBase only.