public static uint GetAclSize(PACL pAcl) => pAcl.GetAclInformation <ACL_SIZE_INFORMATION>().AclBytesInUse;
public static uint GetAceCount(this PACL pAcl) => pAcl.GetAclInformation <ACL_SIZE_INFORMATION>().AceCount;