windows::Win32::System::ApplicationInstallationAndServicing

Function MsiSetFeatureStateW

pub unsafe fn MsiSetFeatureStateW<P1>(
    hinstall: MSIHANDLE,
    szfeature: P1,
    istate: INSTALLSTATE,
) -> u32
where P1: Param<PCWSTR>,