pub unsafe fn GetThemeStream<P0, P1>(
    htheme: P0,
    ipartid: i32,
    istateid: i32,
    ipropid: i32,
    ppvstream: *mut *mut c_void,
    pcbstream: Option<*mut u32>,
    hinst: P1
) -> Result<()>
where P0: IntoParam<HTHEME>, P1: IntoParam<HINSTANCE>,