`fn some_type(some_arg: u32) -> UniquePtr<CxxVector<SomeType>>;` but on the C++ side I needed to return `std::unique_ptr<const std::vector<SomeType>>`