macro_rules! define_int64 {
    ($name:ident, $b:expr, $description:expr) => { ... };
}