this was generated using CsWin32, it is a Win32 api library and has C# bindings for those who want to use Windows API
how to build from source, hit code and download zip file
you need .NET 10 for building which you can get here .NET 10
go to the folder and in windows path, type cmd
it will open cmd and type dotnet build -c release and dotnet build -c debug
since it has AOT, it means it will be to assembly so after doing your project and having it set to AOT, you could of course use the AOT dll for the output
also don't mind the cmd, i tried to make a build file for building it easier