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