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