There is a code that loads the dynamic library
extern crate libloading;
fn main() {
let lib = unsafe { libloading::Library::new("C:\\Users\\Administrator\\Desktop\\dlls\\nss3.dll") }.unwrap();
}
But when I run the code I get an error
source: Os { code: 126, kind: Uncategorized, message: "The specified module could not be found." }
I tried building the project as i686-pc-windows-msvc. But it did not help Library 32 bit
$ file nss3.dll
nss3.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows