Function loaded_symbols

Source
pub unsafe fn loaded_symbols() -> Result<&'static VdSymbols<'static>, &'static Error>
Expand description

§Safety

Must be safe to call libloading::Library::new with “VirtualDesktopAccessor.dll”. This means any initialization code in that dynamic library must be safe to call.

Must also be safe to load the expected symbols from that library, so if a symbol exists then it must have the correct signature.