标签: winapi rust
我想使用msg = outlook.OpenSharedItem(os.path.join(path, file)) 打印lfFaceName结构的LOGFONTW字段。
msg = outlook.OpenSharedItem(os.path.join(path, file))
lfFaceName
LOGFONTW
如何将此C风格的println!转换为WCHAR*和Rust字符串。使用Vec<u16>可以获得更简单问题的答案,但我有一个*const u8。
println!
WCHAR*
Vec<u16>
*const u8