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