pub unsafe fn MsiSetTargetPathW<P1, P2>( hinstall: MSIHANDLE, szfolder: P1, szfolderpath: P2, ) -> u32where P1: Param<PCWSTR>, P2: Param<PCWSTR>,