pub unsafe extern "system" fn MsiGetComponentStateW(
    hinstall: MSIHANDLE,
    szcomponent: PCWSTR,
    piinstalled: *mut INSTALLSTATE,
    piaction: *mut INSTALLSTATE
) -> u32
Expand description

Required features: "Win32_System_ApplicationInstallationAndServicing"