pub unsafe fn MsiApplyPatchA<P0, P1, P2>(
    szpatchpackage: P0,
    szinstallpackage: P1,
    einstalltype: INSTALLTYPE,
    szcommandline: P2
) -> u32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,