Missing unsigned types for FFI interface?
Posted: Fri Jul 04, 2014 4:48 am
Is there a particular reason why unsigned long and unsigned long long are missing from the FFI code? I see that unsigned types exist for everything else, but not for these. Specifically, I am referring to their absence from the ffi_types array. I would have expected these to exist. Their absence makes me wonder if there's any way to pass unsigned 64 bit types to the import function so you can specify a return type or parameter type as an unsigned 64 bit type. Thank you.