pub type Int64 = String;
Signed 64-bit integer encoded as a decimal string on the wire.
pub struct Int64 { /* private fields */ }