pub unsafe fn GetThemeRect<P0>(
    htheme: P0,
    ipartid: i32,
    istateid: i32,
    ipropid: i32
) -> Result<RECT>
where P0: IntoParam<HTHEME>,