// NOTE: cxx-build an empty bridge so that `cxx/include/**/*.hxx` is exported to dependencies
#[cxx::bridge]modffi{extern"C++"{include!("cxx-auto/cxx/include/cxx-auto.hxx");#[cxx_name="c_char"]type_c_char=crate::ffi::ctypes::c_char;}implCxxVector<_c_char>{}implUniquePtr<_c_char>{}}