pub unsafe fn resolve_module_path(lib: *const c_void) -> Result<PathBuf>
Get DLL’s parent path
This function can fail on the GetModuleFileNameA, everything else is safe TODO: Find a way to test this one.