pub unsafe fn DrawThemeIcon<P0, P1, P2>(
    htheme: P0,
    hdc: P1,
    ipartid: i32,
    istateid: i32,
    prect: *const RECT,
    himl: P2,
    iimageindex: i32
) -> Result<()>
where P0: IntoParam<HTHEME>, P1: IntoParam<HDC>, P2: IntoParam<HIMAGELIST>,