pub unsafe fn GetThemeMetric<P0, P1>(
    htheme: P0,
    hdc: P1,
    ipartid: i32,
    istateid: i32,
    ipropid: THEME_PROPERTY_SYMBOL_ID
) -> Result<i32>
where P0: IntoParam<HTHEME>, P1: IntoParam<HDC>,