pub unsafe fn GetThemeSysColorBrush<P0>(
    htheme: P0,
    icolorid: THEME_PROPERTY_SYMBOL_ID
) -> HBRUSH
where P0: IntoParam<HTHEME>,