Wolfram LibraryLink interface for Rust
Inspired by wll-interface.
Purpose:
```rust // lib.rs use wll::{Error, ErrorKind, Result};
fn setup() {}
fn teardown() {}
// export function named wll_add_two
fn addtwo(a: isize, b: isize)->Result
fn fac(n: usize) -> Result