pub unsafe fn MsiDoActionW<P0, P1>(hinstall: P0, szaction: P1) -> u32
where P0: Param<MSIHANDLE>, P1: Param<PCWSTR>,