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