class Puppet::Util::Windows::User::LSA_OBJECT_ATTRIBUTES
docs.microsoft.com/en-us/windows/win32/api/lsalookup/ns-lsalookup-lsa_object_attributes typedef struct _LSA_OBJECT_ATTRIBUTES {
ULONG Length; HANDLE RootDirectory; PLSA_UNICODE_STRING ObjectName; ULONG Attributes; PVOID SecurityDescriptor; PVOID SecurityQualityOfService;
} LSA_OBJECT_ATTRIBUTES
, *PLSA_OBJECT_ATTRIBUTES;