alef 0.20.2

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
        .name_fn = struct {
            fn thunk(user_data: ?*anyopaque, out_name: ?*?[*c]u8) callconv(.c) void {
                _ = user_data;
                _ = out_name;
                unreachable; // override .name_fn in the returned vtable
            }
        }.thunk,