pub unsafe extern "system" fn MsiEnumComponentCostsA(
    hinstall: MSIHANDLE,
    szcomponent: PCSTR,
    dwindex: u32,
    istate: INSTALLSTATE,
    szdrivebuf: PSTR,
    pcchdrivebuf: *mut u32,
    picost: *mut i32,
    pitempcost: *mut i32
) -> u32
Expand description

Required features: "Win32_System_ApplicationInstallationAndServicing"