alef 0.25.26

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
    if vtable_ref.{{ method_name }}.is_none() {
        ffi_set_out_error(out_error, "vtable.{{ method_name }} must not be null");
        return 1;
    }