Function windows::Win32::UI::Controls::GetThemeFont

pub unsafe fn GetThemeFont<P0, P1>(
    htheme: P0,
    hdc: P1,
    ipartid: i32,
    istateid: i32,
    ipropid: i32,
    pfont: *mut LOGFONTW,
) -> Result<()>
where P0: Param<HTHEME>, P1: Param<HDC>,