A small macro to deal with the libc typedef hell.
```rust
extern crate core;
let foo: clong = -1; let bar: cuint = checkedcast!(a, cuint).unwrap(); // panic ```