我相信在這個上下文中 wchar_t 是一個16位unicode字元,所以我選擇在rust dll中公開以下函式: ... use std::ffi::OsString; use std::os::windows::prelude::*; ...
確定! 回上一頁