pub unsafe fn MsiConfigureProductW<P0>(
    szproduct: P0,
    iinstalllevel: INSTALLLEVEL,
    einstallstate: INSTALLSTATE
) -> u32
where P0: IntoParam<PCWSTR>,