libffi 5.1.0

Rust bindings for libffi
Documentation
1
2
3
4
5
use libffi::middle::Type;

fn main() {
    Type::structure(vec![Type::u16(), Type::u16()]);
}