pub unsafe fn MsiInstallProductA<P0, P1>(
    szpackagepath: P0,
    szcommandline: P1
) -> u32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,