pub unsafe extern "C-unwind" fn SecAccessCopyOwnerAndACL(
access_ref: &SecAccess,
user_id: *mut uid_t,
group_id: *mut gid_t,
owner_type: *mut SecAccessOwnerType,
acl_list: *mut *const CFArray,
) -> i32👎Deprecated:
renamed to SecAccess::copy_owner_and_acl
Available on crate features
libc and SecAccess and SecBase only.