Function LoadLibraryA

Source
pub fn LoadLibraryA(module: &str) -> *mut c_void
Expand description

Wrapper for the LoadLibraryA function from KERNEL32.DLL.