pub unsafe fn CoMarshalInterThreadInterfaceInStream<P0>(
    riid: *const GUID,
    punk: P0,
) -> Result<IStream>
where P0: Param<IUnknown>,