For the following Rust type:
pub type TypeAlias = i32;
Crubit will generate the following bindings:
using TypeAlias = std::int32_t;