pub unsafe fn MsiSetPropertyA<P0, P1, P2>(
    hinstall: P0,
    szname: P1,
    szvalue: P2
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,