pub unsafe fn MsiInstallMissingComponentW<P0, P1>(
    szproduct: P0,
    szcomponent: P1,
    einstallstate: INSTALLSTATE
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,