windows::Win32::System::ApplicationInstallationAndServicing

Function MsiSetFeatureStateA

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