Well, when we talk about DLLs and how to implement it, you need to have documentation for this DLL and even more, if any, and a private library that is not an open source product that will be used.
In this case, with the library that you shared, you are talking about a standard library that can be analyzed using several tools, such as Dependency Walker and check which interfaces are available in the DLL, but you can get information on how to use it with parameters , and if the interfaces return some type. You can also see what other libraries this file needs, as you can see in the image below.
So, in your case, you should have documentation to see how to use and embed the library in your code.

source share