windows::Win32::System::ApplicationInstallationAndServicing

Function MsiQueryFeatureStateA

pub unsafe fn MsiQueryFeatureStateA<P0, P1>(
    szproduct: P0,
    szfeature: P1,
) -> INSTALLSTATE
where P0: Param<PCSTR>, P1: Param<PCSTR>,