pub unsafe extern "system" fn MsiGetFeatureCostA(
    hinstall: MSIHANDLE,
    szfeature: PCSTR,
    icosttree: MSICOSTTREE,
    istate: INSTALLSTATE,
    picost: *mut i32
) -> u32