... pub struct SomeData { text: String, number: usize, } #[no_mangle] pub unsafe extern "C" fn make_some_data(text: Option<*const c_char>, ...
確定! 回上一頁