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