related to rust-lang/cc-rs#721
I was wondering if it would be safe to alias c_int
along the lines of what is done here
https://github.com/tcharding/rust-bitcoinconsensus/blob/9b3496a5c827e99cf10debe2c36f7b20fd622cc4/src/types.rs
This would allow this lib to not depend on libc
on unix?