Open lithiumtoast opened 2 years ago
Use MarshalAs attribute for strings, arrays, etc. Don't use CString in this case in bindgen.
MarshalAs
CString
It would be awesome to support the new C# 11 UTF-8 strings!
Use
MarshalAs
attribute for strings, arrays, etc. Don't useCString
in this case in bindgen.