Function windows::Win32::System::ClrHosting::LoadLibraryShim

pub unsafe fn LoadLibraryShim<P0, P1>(
    szdllname: P0,
    szversion: P1,
    pvreserved: *mut c_void,
    phmoddll: *mut HMODULE,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,