To call C functions in Rust, you just have to wrap them with extern , do some basic type casting and sometimes unsafe . To call C++ functions, since Rust does ...
確定! 回上一頁