``` 01ac:trace:module:load_dll looking for L"cng.sys" in (null) 01ac:warn:module:load_dll Failed to load module L"cng.sys"; status=c0000135 01ac:err:module:import_dll Library cng.sys (which is needed by L"C:\Program Files\Riot Vanguard\vgk.sys") not found ``` Function calls: `LdrInitializeThunk()` -> `import_dll()` -> `load_dll()`
It doesn't call `LoadLibrary()`.