class Puppet::Util::Windows::User::LSA_UNICODE_STRING
docs.microsoft.com/en-us/windows/win32/api/lsalookup/ns-lsalookup-lsa_unicode_string typedef struct _LSA_UNICODE_STRING {
USHORT Length; USHORT MaximumLength; PWSTR Buffer;
} LSA_UNICODE_STRING
, *PLSA_UNICODE_STRING;