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