Structures/LUID.ps1

$LUID = struct $Module LUID @{
    LowPart  = field 0 $SecurityEntity
    HighPart = field 1 Int32
}