pub unsafe fn GetThemeSysInt<P0>(
    htheme: P0,
    iintid: THEME_PROPERTY_SYMBOL_ID
) -> Result<i32>
where P0: IntoParam<HTHEME>,