class Puppet::FFI::Windows::Structs::SECURITY_ATTRIBUTES
docs.microsoft.com/en-us/previous-versions/windows/desktop/legacy/aa379560(v=vs.85) typedef struct _SECURITY_ATTRIBUTES {
DWORD nLength; LPVOID lpSecurityDescriptor; BOOL bInheritHandle;
} SECURITY_ATTRIBUTES
, *PSECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;