Function MsiApplyPatchW
pub unsafe fn MsiApplyPatchW<P0, P1, P3>(
szpatchpackage: P0,
szinstallpackage: P1,
einstalltype: INSTALLTYPE,
szcommandline: P3,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P3: Param<PCWSTR>,