Structures/SECURITY_INTEGER.ps1

$SECURITY_INTEGER = struct $Module SECURITY_INTEGER @{
    LowPart  = field 0 UInt32
    HighPart = field 1 Int32
}