Open bgamari opened 2 months ago
Previously size_t arguments were represented as int in FFI imports. This is plainly wrong; CSize should be used.
size_t
int
CSize
Supercedes #10.
Previously
size_t
arguments were represented asint
in FFI imports. This is plainly wrong;CSize
should be used.