1 #[cxx::bridge] 2 mod ffi { 3 unsafe extern "C++" { array() -> [String; 12u16]4 fn array() -> [String; 12u16]; 5 } 6 } 7 main()8 fn main() {} 9