pub unsafe fn MsiRemovePatchesW<P0, P1, P2>(
    szpatchlist: P0,
    szproductcode: P1,
    euninstalltype: INSTALLTYPE,
    szpropertylist: P2
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,