windows::Win32::System::ApplicationInstallationAndServicing

Function MsiSetTargetPathA

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