windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetFeatureCostA

pub unsafe fn MsiGetFeatureCostA<P1>(
    hinstall: MSIHANDLE,
    szfeature: P1,
    icosttree: MSICOSTTREE,
    istate: INSTALLSTATE,
    picost: *mut i32,
) -> u32
where P1: Param<PCSTR>,