pub unsafe fn GetThemeString<P0>(
    htheme: P0,
    ipartid: i32,
    istateid: i32,
    ipropid: i32,
    pszbuff: &mut [u16]
) -> Result<()>
where P0: IntoParam<HTHEME>,