I'm not sure if this is the best way to resolve this ambiguity but at least it compiles this way.
This was the error
Compiling vst-gui v0.1.0 (https://github.com/vanderlokken/rust-vst-gui#246cbd01)
error[E0659]: `IDataObject` is ambiguous (glob import vs glob import in the same module)
|
595 | _pDO: *mut IDataObject,
| ^^^^^^^^^^^ ambiguous name
I'm not sure if this is the best way to resolve this ambiguity but at least it compiles this way.
This was the error