pub unsafe fn GetThemeTransitionDuration<P0>(
    htheme: P0,
    ipartid: i32,
    istateidfrom: i32,
    istateidto: i32,
    ipropid: i32
) -> Result<u32>
where P0: IntoParam<HTHEME>,