pub unsafe extern "system" fn MsiSetComponentStateW(
    hinstall: MSIHANDLE,
    szcomponent: PCWSTR,
    istate: INSTALLSTATE
) -> u32
Expand description

Required features: "Win32_System_ApplicationInstallationAndServicing"