alef 0.25.37

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