alef 0.22.15

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
                if (!{{ options_ptr | default("optionsPtr") }}.equals(MemorySegment.NULL)) {
                    NativeLib.{{ pu }}_{{ options_type_handle | default("CONVERSION_OPTIONS") }}_FREE.invoke({{ options_ptr | default("optionsPtr") }});
                    {{ options_ptr | default("optionsPtr") }} = MemorySegment.NULL;
                }