windows::Win32::System::ApplicationInstallationAndServicing

Function MsiSetTargetPathW

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