alef 0.21.1

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
                if (!optionsPtr.equals(MemorySegment.NULL)) {
                    NativeLib.{{ pu }}_CONVERSION_OPTIONS_FREE.invoke(optionsPtr);
                    optionsPtr = MemorySegment.NULL;
                }