You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fwiw, I took a quick look at the copy of vk.xml in this repo, and there are both param and member elements with attribute len="null-terminated". I suspect that if that attribute is present, and the type is char*, then _bytes/nul-terminated would be an appropriate FFI type for the parameter or field in question. But I haven't tried it; it may not be so easy.
The text was updated successfully, but these errors were encountered:
zyrolasting
changed the title
Use _bytes/nul-terminated, not _pointer w.r.t. char* structure fields
Use _bytes/nul-terminated, not _pointer w.r.t. appropriate char* structure fields
Feb 8, 2022
Credit to @dalev for observation in #27
The text was updated successfully, but these errors were encountered: