1#[allow(unused_imports, clippy::wildcard_imports)] 2use super::*; 3 4/// Int64 is an XDR Typedef defined as: 5/// 6/// ```text 7/// typedef hyper int64; 8/// ``` 9/// 10pub type Int64 = i64;