pub unsafe fn GetThemeSysBool<P0>(
    htheme: P0,
    iboolid: THEME_PROPERTY_SYMBOL_ID
) -> BOOL
where P0: IntoParam<HTHEME>,