/// Fast hash map used internally. type FastHashMap = std::collections::HashMap>; pub type Foo = FastHashMap; pub type Bar = Result; #[no_mangle] pub extern "C" fn root(a: &Foo, b: &Bar) {}