windows::Win32::System::ApplicationInstallationAndServicing

Function MsiSetPropertyA

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