windows::Win32::System::ApplicationInstallationAndServicing

Function MsiConfigureFeatureW

pub unsafe fn MsiConfigureFeatureW<P0, P1>(
    szproduct: P0,
    szfeature: P1,
    einstallstate: INSTALLSTATE,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,