pub unsafe extern "C-unwind" fn SecAccessCreateWithOwnerAndACL(
user_id: uid_t,
group_id: gid_t,
owner_type: SecAccessOwnerType,
acls: Option<&CFArray>,
error: *mut *mut CFError,
) -> Option<CFRetained<SecAccess>>
👎Deprecated: renamed to
SecAccess::with_owner_and_acl
Available on crate features
SecAccess
and SecBase
and libc
only.