pub unsafe fn MsiReinstallProductA<P0>(
    szproduct: P0,
    szreinstallmode: REINSTALLMODE
) -> u32
where P0: IntoParam<PCSTR>,