bindgen 0.19.0

A binding generator for Rust
Documentation
1
2
3
#define MIN(a,b) (((a)<(b))?(a):(b))
#define FLAG_10 (1<<9)
#define ERROR -1