windows::Win32::System::ApplicationInstallationAndServicing

Function MsiSetFeatureAttributesW

pub unsafe fn MsiSetFeatureAttributesW<P1>(
    hinstall: MSIHANDLE,
    szfeature: P1,
    dwattributes: u32,
) -> u32
where P1: Param<PCWSTR>,