pub unsafe fn DrawThemeBackground<P0, P1>(
    htheme: P0,
    hdc: P1,
    ipartid: i32,
    istateid: i32,
    prect: *const RECT,
    pcliprect: Option<*const RECT>
) -> Result<()>
where P0: IntoParam<HTHEME>, P1: IntoParam<HDC>,