#[cxx::bridge] mod ffi { extern "C++" { include!("path/to" what); include!( what); include!(); include!(...); } } fn main() {}