Hi all,
I'm trying to access a C library in Java and, while going through the various type mappings, I found that one of the functions returns type void *. There didn't appear to be any info on the
Java/Native Type Conversions page. Can I safely map to Java's void?