pub unsafe fn GetThemeSysFont<P0>(
    htheme: P0,
    ifontid: THEME_PROPERTY_SYMBOL_ID,
    plf: *mut LOGFONTW
) -> Result<()>
where P0: IntoParam<HTHEME>,