In my C code that I’ve been working on I need to load .so files on windows and unfortunately I don’t have the source for them. It already works on Linux with dlfcn.h, but I need to know if there’s a similar way to do this on windows (possibly a way that works on both windows and Linux?)