SecAccessCopyOwnerAndACL

Function SecAccessCopyOwnerAndACL 

Source
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 SecAccess and SecBase and libc only.