alef 0.82.2

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
{{ indent }}if (NativeMethods.{{ cs_name }}({{ args }}) != {{ present }})
{{ indent }}{
{{ failure_block }}{{ indent }}    return {{ absent }};
{{ indent }}}