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

Required features: ‘Win32_System_ApplicationInstallationAndServicing’, ‘Win32_Foundation’