pub unsafe fn MsiApplyMultiplePatchesA<P0, P1, P2>(
    szpatchpackages: P0,
    szproductcode: P1,
    szpropertieslist: P2
) -> u32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,