#[cxx::bridge]
mod here {
extern "C++" {
type C;
}
impl UniquePtr<C> {}
mod there {
type C = crate::here::C;
fn main() {}