Function loaded_library

Source
pub unsafe fn loaded_library() -> Result<&'static Library, &'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.