pub unsafe fn MsiGetPatchFileListW<P0, P1>( szproductcode: P0, szpatchpackages: P1, pcfiles: *mut u32, pphfilerecords: *mut *mut MSIHANDLE, ) -> u32where P0: Param<PCWSTR>, P1: Param<PCWSTR>,