GitHub - jaredcatkinson/PSReflect-Functions: Module to provide PowerShell functions that abstract Win32 API functions

<Function overview from MSDN>

.DESCRIPTION

<Remarks Section from MSDN or more detailed remarks from the author>

.NOTES

Author: <Author Name and/or (Twitter Handle)>
License: BSD 3-Clause
Required Dependencies: <Any required functions, structures, or enumerations> ex. LSA_UNICODE_STRING (Structure)
Optional Dependencies: <Any optional functions, structures, or enumerations>

<PSReflect Function Definition>
Ex:
(func wtsapi32 WTSFreeMemory ([Int]) @(
    [IntPtr] #_In_ PVOID pMemory
) -EntryPoint WTSFreeMemory)

.LINK

<Functions MSDN page link>

.EXAMPLE

<Usage Example>
#>