Function windows::Win32::UI::Controls::GetThemePartSize

pub unsafe fn GetThemePartSize<P0, P1>(
    htheme: P0,
    hdc: P1,
    ipartid: i32,
    istateid: i32,
    prc: Option<*const RECT>,
    esize: THEMESIZE,
) -> Result<SIZE>
where P0: Param<HTHEME>, P1: Param<HDC>,