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>,