windows::Win32::System::ApplicationInstallationAndServicing

Function MsiSetComponentStateA

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