windows::Win32::System::ApplicationInstallationAndServicing

Function MsiEnumFeaturesA

pub unsafe fn MsiEnumFeaturesA<P0>(
    szproduct: P0,
    ifeatureindex: u32,
    lpfeaturebuf: PSTR,
    lpparentbuf: Option<PSTR>,
) -> u32
where P0: Param<PCSTR>,