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