pub unsafe fn MsiInstallMissingComponentA<P0, P1>(
    szproduct: P0,
    szcomponent: P1,
    einstallstate: INSTALLSTATE,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>,