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

Required features: "Win32_System_ApplicationInstallationAndServicing"