Closed
Description
Currently it is stable icu_capi API that we have things like icu_capi::collections_sets::ffi::CodePointSetBuilder
This is not good because it locks us into a particular file structure.
Remedy: export the types from Rust in a single top-level ffi
module, like icu_capi::ffi::CodePointSetBuilder
.