I had two major issues that needed to be resolved: WCHAR would be a u16 in rust. I was using u8 let mut value: Vec<u16> = vec![0; 64];.
確定! 回上一頁