use std::ffi::CString; use std::os::raw::c_char; extern "C" { fn my_printer(s: *const c_char); } // We are certain that our string doesn't have 0 bytes in ...
確定! 回上一頁