Structures/SID_AND_ATTRIBUTES.ps1

$SID_AND_ATTRIBUTES = struct $Module SID_AND_ATTRIBUTES @{
    Sid        = field 0 IntPtr
    Attributes = field 1 UInt32
}