Function windows::Win32::System::LibraryLoader::LoadLibraryExW
pub unsafe fn LoadLibraryExW<P0, P1>(
lplibfilename: P0,
hfile: P1,
dwflags: LOAD_LIBRARY_FLAGS,
) -> Result<HMODULE>where
P0: Param<PCWSTR>,
P1: Param<HANDLE>,