windows::Win32::System::ApplicationInstallationAndServicing

Function MsiSetPropertyW

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