pub unsafe fn MsiReinstallFeatureA<P0, P1>(
    szproduct: P0,
    szfeature: P1,
    dwreinstallmode: REINSTALLMODE,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>,