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