Passing strings between Rust and C is a little harder. C represents a string as a pointer to an array of characters, terminated by a null character.
確定! 回上一頁