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