alef 0.23.33

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
    // SAFETY: caller must pass a valid non-null *const T pointer.
    let {{ rs_name }} = unsafe { &*{{ param_name }} }{{ clone_suffix }};