alef 0.79.4

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
/* Register a handler for method '{{ method_name }}'. */
int {{ symbol }}(
    uint64_t owner,
    handler_callback_t callback,
    handler_response_free_t response_free,
    void* context