pub unsafe fn IsThemePartDefined<P0>(
    htheme: P0,
    ipartid: i32,
    istateid: i32
) -> BOOL
where P0: IntoParam<HTHEME>,