pub unsafe fn MsiDoActionA<P0, P1>(hinstall: P0, szaction: P1) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCSTR>,