Rust cannot expose a C++ API: structures can only be exported using a C representation ( #[repr(C)] ) and extern "C" functions.
確定! 回上一頁